* Added header-guard.
* Include IP6_misc.h unconditionally (why treat MingW specially?)
*
* @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.11 2008-10-06 15:27:32 gianluca Exp $ (LBL)
*/
+#ifndef pcap_stdinc_h
+#define pcap_stdinc_h
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#include <time.h>
#include <io.h>
-#ifndef __MINGW32__
#include "IP6_misc.h"
-#endif
#define caddr_t char*
#endif
#endif /*__MINGW32__*/
+#endif /* pcap_stdinc_h */