summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-24 11:21:31 +1100
committerDamien Miller <djm@mindrot.org>2000-09-24 11:21:31 +1100
commit80ecfe8fb8dbbb89ba9edba6b0159ce9adea3f3e (patch)
tree5878839a06d4887ba654b06578679e9611ea41f8 /openbsd-compat.h
parent72c9a7e958689740cb3449df5732e0956d52ef5b (diff)
- (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
<markm@swoon.net>
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r--openbsd-compat.h1
1 files changed, 1 insertions, 0 deletions
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 @@
18#include "bsd-inet_aton.h" 18#include "bsd-inet_aton.h"
19#include "bsd-inet_ntoa.h" 19#include "bsd-inet_ntoa.h"
20#include "bsd-strsep.h" 20#include "bsd-strsep.h"
21#include "bsd-strtok.h"
21 22
22/* rfc2553 socket API replacements */ 23/* rfc2553 socket API replacements */
23#include "fake-getaddrinfo.h" 24#include "fake-getaddrinfo.h"