diff options
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index ab07315b6..eba9ca051 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.12 2001/08/06 23:29:18 mouring Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.13 2001/08/07 22:29:09 tim Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -19,6 +19,7 @@ | |||
19 | #include "base64.h" | 19 | #include "base64.h" |
20 | #include "sigact.h" | 20 | #include "sigact.h" |
21 | #include "inet_ntoa.h" | 21 | #include "inet_ntoa.h" |
22 | #include "inet_ntop.h" | ||
22 | #include "strsep.h" | 23 | #include "strsep.h" |
23 | #include "vis.h" | 24 | #include "vis.h" |
24 | #include "setproctitle.h" | 25 | #include "setproctitle.h" |