summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
commit31abc9addbf23675eb094638c83c6279437b6a50 (patch)
treeac10a4aab8b155fef8dd81072a5213327496d347 /openbsd-compat.h
parentf9b625c36e3dea521c02919e90ac2ddcfd19b06a (diff)
- (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
Including sigaction() et al. replacements
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 bef9c852d..8fd85bc9d 100644
--- a/openbsd-compat.h
+++ b/openbsd-compat.h
@@ -13,6 +13,7 @@
13#include "bsd-snprintf.h" 13#include "bsd-snprintf.h"
14#include "bsd-daemon.h" 14#include "bsd-daemon.h"
15#include "bsd-base64.h" 15#include "bsd-base64.h"
16#include "bsd-sigaction.h"
16 17
17/* rfc2553 socket API replacements */ 18/* rfc2553 socket API replacements */
18#include "fake-getaddrinfo.h" 19#include "fake-getaddrinfo.h"