From 80ecfe8fb8dbbb89ba9edba6b0159ce9adea3f3e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 24 Sep 2000 11:21:31 +1100 Subject: - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller --- openbsd-compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat.h') diff --git a/openbsd-compat.h b/openbsd-compat.h index 521579b96..671728fbc 100644 --- a/openbsd-compat.h +++ b/openbsd-compat.h @@ -18,6 +18,7 @@ #include "bsd-inet_aton.h" #include "bsd-inet_ntoa.h" #include "bsd-strsep.h" +#include "bsd-strtok.h" /* rfc2553 socket API replacements */ #include "fake-getaddrinfo.h" -- cgit v1.2.3