aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"