summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 21:37:35 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 21:37:35 +1000
commit32153a557a41ad1b95e7c18efc0a433002f067d4 (patch)
tree86e83bed825b347766725c3c4d6d05bf90c41ec9
parent3077fb9e6b642a2531754b451bba25245d20dfac (diff)
Add strsep header
-rw-r--r--openbsd-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h
index f7a26122d..380226567 100644
--- a/openbsd-compat.h
+++ b/openbsd-compat.h
@@ -15,6 +15,7 @@
15#include "bsd-base64.h" 15#include "bsd-base64.h"
16#include "bsd-sigaction.h" 16#include "bsd-sigaction.h"
17#include "bsd-inet_aton.h" 17#include "bsd-inet_aton.h"
18#include "bsd-strsep.h"
18 19
19/* rfc2553 socket API replacements */ 20/* rfc2553 socket API replacements */
20#include "fake-getaddrinfo.h" 21#include "fake-getaddrinfo.h"