summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:24:51 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:24:51 +0000
commit68c3ce1075a6a29c5ff351a01ce0784999a0e051 (patch)
treeff998f19f04076e788ec66f5b8006ba59a6d9570 /openbsd-compat/openbsd-compat.h
parentd1aed9c0579d3de30cd7b4c0eecf6eee660668ed (diff)
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
<markm@swoon.net>
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 876e8f6ac..64d8fc5b7 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.6 2001/04/12 21:35:54 mouring Exp $ */ 1/* $Id: openbsd-compat.h,v 1.7 2001/06/10 17:24:53 mouring Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -15,6 +15,7 @@
15#include "strmode.h" 15#include "strmode.h"
16#include "mktemp.h" 16#include "mktemp.h"
17#include "daemon.h" 17#include "daemon.h"
18#include "dirname.h"
18#include "base64.h" 19#include "base64.h"
19#include "sigact.h" 20#include "sigact.h"
20#include "inet_aton.h" 21#include "inet_aton.h"