chiark / gitweb /
Import release 0.08
[secnet.git] / netlink.c
index 9f4626a556ddea553f2237aa73482ee1dd8c7b8c..3fbc3cfabde6a711d04fbc760ca912de8c2cacc4 100644 (file)
--- a/netlink.c
+++ b/netlink.c
    packet to the kernel we check that the tunnel it came over could
    reasonably have produced it. */
 
+#include "secnet.h"
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-
-#include "config.h"
-#include "secnet.h"
 #include "util.h"
 
 #ifdef HAVE_LINUX_IF_H