From 1079962e4c06f88a54e50d997c1b7e84303d30b4 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sat, 15 Aug 2020 21:29:50 +0200 Subject: New upstream version 2.5~beta1 --- src/compat/compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/compat/compat.h') diff --git a/src/compat/compat.h b/src/compat/compat.h index d522898..a66a423 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -70,4 +70,9 @@ int inet_pton(int af, const char *src, void *dst); #endif +#ifndef HAVE_STRSEP +char *strsep(char **stringp, const char *delim); + +#endif + #endif /* COMPAT_H */ -- cgit v1.2.3