iptables: declare _GNU_SOURCE to define RTLD_NEXT
[project/firewall3.git] / iptables.h
index efd7cf38c32c7c210173631f1c7acb9ad042ad15..1d98b76820946ed63f26841387133a7715b421a3 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __FW3_IPTABLES_H
 #define __FW3_IPTABLES_H
 
+#define _GNU_SOURCE /* RTLD_NEXT */
+
 #include <libiptc/libiptc.h>
 #include <libiptc/libip6tc.h>
 #include <xtables.h>