Minor compile fixes.
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 <stdio.h>
 #include <dlfcn.h>
 #include <time.h>
-#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;