From be7c54f39f011625d483e127fd9e797daafa9948 Mon Sep 17 00:00:00 2001 From: rusty Date: Sun, 27 Aug 2000 07:42:54 +0000 Subject: Minor compile fixes. --- iptables-save.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iptables-save.c b/iptables-save.c index 00da8df..d858817 100644 --- a/iptables-save.c +++ b/iptables-save.c @@ -4,8 +4,8 @@ #include #include #include -#include "packet-match/userspace/libiptc/libiptc.h" -#include "packet-match/userspace/iptables.h" +#include "libiptc/libiptc.h" +#include "iptables.h" static int binary = 0, counters = 0; -- cgit v1.2.3