mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
276 B
Diff
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>
|