aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-01-01 07:40:34 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-01-01 07:40:34 +0000
commitd1a7effcf97733edfac7ea145cccddc1032cbf6f (patch)
tree1a348d6989b0c75039c6f7308d4ba21e602f1857 /util.c
parent274f87319db5724965e260a626bc4b97340127d6 (diff)
Added #include <sys/types.h> for compilation under gtk-1.1.11
svn path=/trunk/; revision=144
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>