aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-01-01 07:40:34 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-01-01 07:40:34 +0000
commitd20811ebf77207141e1d1d4aadf6b402c7babc58 (patch)
tree1a348d6989b0c75039c6f7308d4ba21e602f1857 /util.c
parent2693a1bb2c7a87d3a933113fc74375d468a5b130 (diff)
Added #include <sys/types.h> for compilation under gtk-1.1.11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@144 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'util.c')
-rw-r--r--util.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/util.c b/util.c
index 72f41dddea..9610619521 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
/* util.c
* Utility routines
*
- * $Id: util.c,v 1.9 1998/12/29 04:05:37 gerald Exp $
+ * $Id: util.c,v 1.10 1999/01/01 07:40:34 gram 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
+
#include <glib.h>
#include <gtk/gtk.h>