aboutsummaryrefslogtreecommitdiffstats
path: root/inet_pton.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet_pton.c')
-rw-r--r--inet_pton.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/inet_pton.c b/inet_pton.c
index 038f1cad50..ab4e8b7306 100644
--- a/inet_pton.c
+++ b/inet_pton.c
@@ -20,14 +20,16 @@
#endif
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$Id: inet_pton.c,v 1.3 2000/01/10 17:32:51 gram Exp $";
+static char rcsid[] = "$Id: inet_pton.c,v 1.4 2000/08/11 13:34:52 deniel Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
+#endif
#ifdef HAVE_WINSOCK_H
#include <winsock.h>