0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/root-packages/iptables/extensions-libxt_LOG.c.patch
2023-01-14 10:49:26 +00:00

13 lines
254 B
Diff

--- a/extensions/libxt_LOG.c
+++ b/extensions/libxt_LOG.c
@@ -2,6 +2,9 @@
#include <string.h>
#define SYSLOG_NAMES
#include <syslog.h>
+#ifdef __ANDROID__
+#include "syslog-names.h"
+#endif
#include <xtables.h>
#include <linux/netfilter/xt_LOG.h>