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 /print-ntp.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 'print-ntp.c')
-rw-r--r-- | print-ntp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ntp.c b/print-ntp.c index e48bd0f9..ffbdd8f6 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -27,7 +27,7 @@ #include "config.h" #endif -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #ifdef HAVE_STRFTIME #include <time.h> |