Added #include <sys/types.h> for compilation under gtk-1.1.11

svn path=/trunk/; revision=144
This commit is contained in:
Gilbert Ramirez 1999-01-01 07:40:34 +00:00
parent 274f87319d
commit d1a7effcf9
1 changed files with 5 additions and 1 deletions

6
util.c
View File

@ -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>