From dedef7e41d8b89900b4688d30c24a0642563d78d 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compat_strsep.c b/compat_strsep.c index 9765ac82..29865ba4 100644 --- a/compat_strsep.c +++ b/compat_strsep.c @@ -1,4 +1,4 @@ -/* $Id: compat_strsep.c,v 1.5 2020/06/15 01:37:15 schwarze Exp $ */ +/* $Id: compat_strsep.c,v 1.6 2022/06/21 10:34:14 schwarze Exp $ */ /* $OpenBSD: strsep.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */ /*- @@ -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 v1.2.3-56-ge451