summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-save.c
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-11-27 10:21:12 -0300
committerFlorian Westphal <fw@strlen.de>2013-11-28 23:37:29 +0100
commit99b85b7837707bd6c6d578c9328e1321fceb8082 (patch)
treea587d023f74e6a9d52fcc48a6d804517dcab9ee5 /iptables/iptables-save.c
parent73dcee35a394b0fcf83f99d278bc03515de07d4b (diff)
iptables-save: remove dlfcn.h include
It's not required and breaks on static-only uClibc builds which don't have the header file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/iptables-save.c')
-rw-r--r--iptables/iptables-save.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/iptables/iptables-save.c b/iptables/iptables-save.c
index e599fcec..2999c7f4 100644
--- a/iptables/iptables-save.c
+++ b/iptables/iptables-save.c
@@ -17,10 +17,6 @@
#include "iptables.h"
#include "iptables-multi.h"
-#ifndef NO_SHARED_LIBS
-#include <dlfcn.h>
-#endif
-
static int show_counters = 0;
static const struct option options[] = {