mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
13 lines
254 B
Diff
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>
|
|
|