From 80d50191a3f235e9667a838873c16d547201ad46 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sun, 30 Aug 2009 18:40:09 +0000 Subject: Move config.h include to start of file svn path=/trunk/; revision=29634 --- capture-pcap-util-int.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'capture-pcap-util-int.h') diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h index 80a60764e7..4ce311e646 100644 --- a/capture-pcap-util-int.h +++ b/capture-pcap-util-int.h @@ -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 -#endif /* HAVE_CONFIG_H */ #include #endif /* HAVE_PCAP_REMOTE */ -- cgit v1.2.3