From 493c800fa8395a264299cdac2809950a1e66912d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 21 Jun 2022 10:34:14 +0000 Subject: #include , needed for NULL; bug reported by op@ --- compat_strsep.c | 2 ++ 1 file changed, 2 insertions(+) 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 + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim. -- cgit