projects
/
platform
/
core
/
connectivity
/
stc-iptables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ca47b
)
Avoid to conflict linux/if.h on new linux header
95/293495/1
accepted/tizen/unified/20230616.172352
accepted/tizen/unified/dev/20230726.115514
author
wchang kim
<wchang.kim@samsung.com>
Tue, 30 May 2023 23:05:56 +0000
(08:05 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Tue, 30 May 2023 23:07:22 +0000
(08:07 +0900)
Change-Id: Ib749b1ec8c2615fac39b264abee8fc5c9aa27b7d
src/helper/helper-iptables.c
patch
|
blob
|
history
diff --git
a/src/helper/helper-iptables.c
b/src/helper/helper-iptables.c
index e117e93fd9bc576ac451138e8e2c3a017a5498bb..a6aa1e320b5c9726bb70e8debfbd3f093a44b14c 100755
(executable)
--- a/
src/helper/helper-iptables.c
+++ b/
src/helper/helper-iptables.c
@@
-21,6
+21,7
@@
#include <glib.h>
#include <arpa/inet.h>
+#define _LINUX_IF_H
#include <linux/netfilter.h>
#include <linux/netfilter/xt_cgroup.h>
#include <linux/netfilter/xt_nfacct.h>