aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/to_str.c')
-rw-r--r--epan/to_str.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index 7462442d1d..eb815d2355 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -1,7 +1,7 @@
/* to_str.h
* Routines for utilities to convert various other types to strings.
*
- * $Id: to_str.c,v 1.3 2001/04/01 17:35:21 hagbard Exp $
+ * $Id: to_str.c,v 1.4 2001/04/02 02:30:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,6 +27,10 @@
# include "config.h"
#endif
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
#ifdef NEED_SNPRINTF_H
# include "snprintf.h"
#endif
@@ -35,14 +39,14 @@
# include <netinet/in.h>
#endif
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
#ifdef NEED_INET_V6DEFS_H
# include "inet_v6defs.h"
#endif
@@ -51,7 +55,6 @@
# include <sys/time.h>
#endif
-
#include "to_str.h"
#include "resolv.h"
#include "pint.h"