X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2c5130e6f5d2592752ee7408b83abf5d11efad9a..9beea81f673bd6267a536d9132ca06a3d20a0235:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 96e8906b..36c73259 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -34,6 +34,9 @@ */ #include +#ifndef TCPDUMP_CONFIG_H_ +#error "The included config.h header is not from the tcpdump build." +#endif #include "netdissect-stdinc.h" @@ -141,7 +144,6 @@ The Regents of the University of California. All rights reserved.\n"; #include "netdissect.h" #include "interface.h" #include "addrtoname.h" -#include "pcap-missing.h" #include "ascii_strcasecmp.h" #include "print.h"