Move config.h include to start of file

svn path=/trunk/; revision=29634
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-30 18:40:09 +00:00
parent 499695595e
commit 80d50191a3
1 changed files with 4 additions and 3 deletions

View File

@ -25,11 +25,12 @@
#ifndef __PCAP_UTIL_INT_H__
#define __PCAP_UTIL_INT_H__
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_LIBPCAP
#ifdef HAVE_PCAP_REMOTE
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <pcap.h>
#endif /* HAVE_PCAP_REMOTE */