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-pflog.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-pflog.c')
-rw-r--r-- | print-pflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-pflog.c b/print-pflog.c index d08ceddb..9815dc56 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -32,7 +32,7 @@ #include <net/pfvar.h> #include <net/if_pflog.h> -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #include "netdissect.h" #include "extract.h" |