diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-09 22:42:38 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-10 08:50:40 +0200 |
commit | 99c91c3aec40b691641374f58e798bd8d6b657bd (patch) | |
tree | f4976adb4273c43522bc0fd4ae96ef276e918d14 /machdep.c | |
parent | bf0e85248db6220282b98140d110fd1f3a123f8e (diff) | |
download | tcpdump-99c91c3aec40b691641374f58e798bd8d6b657bd.tar.gz |
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
Get the full log via: git log --follow netdissect-stdinc.h
Diffstat (limited to 'machdep.c')
-rw-r--r-- | machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |