summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/string/strsep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/strsep.c b/src/string/strsep.c
index 1bfe1db1..cb37c32e 100644
--- a/src/string/strsep.c
+++ b/src/string/strsep.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <string.h>
char *strsep(char **str, const char *sep)