Alter slightly so compile/link with airpcap works again....

svn path=/trunk/; revision=21848
This commit is contained in:
Bill Meier 2007-05-21 00:41:58 +00:00
parent 7c8bb268ca
commit fe25e21a0e
1 changed files with 2 additions and 1 deletions

View File

@ -25,11 +25,12 @@
*/
#ifdef _WIN32
#ifdef HAVE_AIRPCAP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_AIRPCAP
#ifdef HAVE_LIBPCAP
#include <glib.h>
#include <gmodule.h>