summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-12 21:35:52 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-12 21:35:52 +0000
commit0998872972ec9a059204344cf0bec64123b3e28c (patch)
tree7a32085ad4557354053c3d2dbfd0dc0b1cb6a958 /openbsd-compat/openbsd-compat.h
parent2b646528cbee9b0051f3904c56b7d49aac5cdc6c (diff)
- (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
lack it.
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 5d236731..876e8f6a 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
-/* $Id: openbsd-compat.h,v 1.5 2001/03/18 23:09:28 djm Exp $ */
+/* $Id: openbsd-compat.h,v 1.6 2001/04/12 21:35:54 mouring Exp $ */
#ifndef _OPENBSD_H
#define _OPENBSD_H
@@ -19,6 +19,7 @@
#include "sigact.h"
#include "inet_aton.h"
#include "inet_ntoa.h"
+#include "inet_ntop.h"
#include "strsep.h"
#include "strtok.h"
#include "vis.h"