]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed include
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 29 Apr 2007 19:31:27 +0000 (19:31 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 29 Apr 2007 19:31:27 +0000 (19:31 -0000)
src/pluto/kernel_netlink.c

index 29a6ce01793471183e80c2f335215b335a74c2eb..9b9d7b9ed3eadd5414c3d5bfb5277e5167d9b008 100644 (file)
@@ -25,7 +25,7 @@
 #include <sys/queue.h>
 #include <unistd.h>
 #include <linux/xfrm.h>
-#include "linux/rtnetlink.h"
+#include <linux/rtnetlink.h>
 
 #include "kameipsec.h"