From: Francois-Xavier Le Bail Date: Sun, 14 Apr 2019 08:54:04 +0000 (+0200) Subject: Use quoted include netdissect-stdinc.h instead of angle-bracketed one X-Git-Tag: tcpdump-4.99-bp~839 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/40274117132e13996a6af0daae3394b8663bb730 Use quoted include netdissect-stdinc.h instead of angle-bracketed one --- diff --git a/print-802_15_4.c b/print-802_15_4.c index b1800e08..cf9067d7 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -26,7 +26,7 @@ #include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "addrtoname.h" diff --git a/print-zep.c b/print-zep.c index 263068fc..dbe4b8ff 100644 --- a/print-zep.c +++ b/print-zep.c @@ -25,7 +25,7 @@ #include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h"