we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be

defined

we must also include g_ascii_strcasecmp.h from the parent directory


svn path=/trunk/; revision=23634
This commit is contained in:
Ronnie Sahlberg 2007-11-28 01:20:46 +00:00
parent 6e39bc94d1
commit 722ab30a62
1 changed files with 5 additions and 1 deletions

View File

@ -32,6 +32,10 @@
/****************************************************************************/
/* File includes */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <epan/tvbuff.h>
#include <epan/crc32.h>
#include <epan/strutil.h>
@ -50,7 +54,7 @@
#include "wep-wpadefs.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#include "../g_ascii_strcasecmp.h"
#endif
/****************************************************************************/