1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 14:27:09 +00:00
termux-packages/root-packages/iptables/extensions-libxt_LOG.c.patch

13 lines
254 B
Diff
Raw Normal View History

2023-01-12 21:05:46 +00:00
--- 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>