add #include <sys/types.h>

svn path=/trunk/; revision=25063
This commit is contained in:
Ulf Lamping 2008-04-16 00:17:51 +00:00
parent 4be30a0240
commit ac1dbb7c85
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
# include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <gtk/gtk.h>
#include <epan/prefs.h>