GTK1 does not have GDir and as such needs to include dirent.h

Since wiretap.h is not autogenerated, just make wtap-plugins.h include
the top level config.h to pull in the defines for HAVE_DIRENT which was 
checked at top level


svn path=/trunk/; revision=21707
This commit is contained in:
Ronnie Sahlberg 2007-05-07 06:17:58 +00:00
parent fd108518ed
commit 119634f650
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#include "config.h"
#include "../config.h"
#endif
#include <glib.h>