0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/root-packages/iptables/iptables-xtables-monitor.c.patch
2022-06-09 08:47:09 +02:00

12 lines
276 B
Diff

--- ./iptables/xtables-monitor.c.orig 2022-06-07 16:59:29.101977262 +0200
+++ ./iptables/xtables-monitor.c 2022-06-07 16:59:18.748449786 +0200
@@ -10,6 +10,8 @@
*/
#define _GNU_SOURCE
+#include <inttypes.h>
+
#include "config.h"
#include <errno.h>
#include <stdlib.h>