summaryrefslogtreecommitdiffstats
path: root/compat_strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_strsep.c')
-rw-r--r--compat_strsep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat_strsep.c b/compat_strsep.c
index facb74c2..9ba51cb8 100644
--- a/compat_strsep.c
+++ b/compat_strsep.c
@@ -31,6 +31,8 @@
*/
#include "config.h"
+#include <stddef.h>
+
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.