diff options
Diffstat (limited to 'contrib/tcpdump/machdep.c')
-rw-r--r-- | contrib/tcpdump/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/machdep.c b/contrib/tcpdump/machdep.c index 7b259ae..1f08616 100644 --- a/contrib/tcpdump/machdep.c +++ b/contrib/tcpdump/machdep.c @@ -29,7 +29,7 @@ * need to do to get it defined? This is clearly wrong, as we shouldn't * have to include UNIX or Windows system header files to get it. */ -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #ifndef HAVE___ATTRIBUTE__ #define __attribute__(x) |