aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-12-14 15:58:32 +0000
committerMartin Willi <martin@strongswan.org>2006-12-14 15:58:32 +0000
commit4dfb3cb0f580df1175b85ddfeb303e7ce76450e7 (patch)
tree1cf0864ea13063ed31b96a29063b5933a8223a70
parent38fb426e9b0437be4cb075ff7c2f7ea80aef9c64 (diff)
downloadstrongswan-4dfb3cb0f580df1175b85ddfeb303e7ce76450e7.tar.bz2
strongswan-4dfb3cb0f580df1175b85ddfeb303e7ce76450e7.tar.xz
fixed stddef.h include
-rw-r--r--src/starter/starterstroke.c2
-rw-r--r--src/starter/starterwhack.c2
-rw-r--r--src/stroke/stroke.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
index cde9567e8..87cf07ce5 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -17,7 +17,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <linux/stddef.h>
+#include <stddef.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/src/starter/starterwhack.c b/src/starter/starterwhack.c
index e837f156d..42328849a 100644
--- a/src/starter/starterwhack.c
+++ b/src/starter/starterwhack.c
@@ -17,7 +17,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <linux/stddef.h>
+#include <stddef.h>
#include <unistd.h>
#include <errno.h>
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c
index 90fd16f0e..a89a083ea 100644
--- a/src/stroke/stroke.c
+++ b/src/stroke/stroke.c
@@ -22,7 +22,7 @@
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
-#include <linux/stddef.h>
+#include <stddef.h>
#include "stroke.h"
#include "stroke_keywords.h"