diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-01-20 15:59:49 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-01-21 10:28:15 +0100 |
commit | 513f782ae18791f0c925b9235da749b38159b607 (patch) | |
tree | 10dfccc7dbcf78a97889438d92e0d74bffe463b9 /addrtoname.c | |
parent | 5b45260126cdb3835a32ae3c7b7363a7a13754b4 (diff) | |
download | tcpdump-513f782ae18791f0c925b9235da749b38159b607.tar.gz |
Use quoted include netdissect-stdinc.h instead of angle-bracketed one
Diffstat (limited to 'addrtoname.c')
-rw-r--r-- | addrtoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addrtoname.c b/addrtoname.c index b08253a3..2db1ad19 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -31,7 +31,7 @@ #include <casper/cap_dns.h> #endif /* HAVE_CASPER */ -#include <netdissect-stdinc.h> +#include "netdissect-stdinc.h" #ifndef NTOHL #define NTOHL(x) (x) = ntohl(x) |