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 /parsenfsfh.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 'parsenfsfh.c')
-rw-r--r-- | parsenfsfh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsenfsfh.c b/parsenfsfh.c index 2d3a3840..e7805063 100644 --- a/parsenfsfh.c +++ b/parsenfsfh.c @@ -44,7 +44,7 @@ #include "config.h" #endif -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #include <stdio.h> #include <string.h> |