aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter')
-rw-r--r--src/starter/starterstroke.c2
-rw-r--r--src/starter/starterwhack.c2
2 files changed, 2 insertions, 2 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>