diff options
Diffstat (limited to 'src/compat.c')
-rw-r--r-- | src/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.c b/src/compat.c index 082a602..062c939 100644 --- a/src/compat.c +++ b/src/compat.c @@ -1,7 +1,7 @@ -#include <string.h> #include "config.h" #ifndef HAVE_STRSEP +#include <string.h> // credit: Dan Cross via https://unixpapa.com/incnote/string.html char *strsep(char **sp, char *sep) { |