From 513f782ae18791f0c925b9235da749b38159b607 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 20 Jan 2018 15:59:49 +0100 Subject: Use quoted include netdissect-stdinc.h instead of angle-bracketed one --- print-vxlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-vxlan.c') diff --git a/print-vxlan.c b/print-vxlan.c index de0adbff..46c18eda 100644 --- a/print-vxlan.c +++ b/print-vxlan.c @@ -21,7 +21,7 @@ #include "config.h" #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "extract.h" -- cgit v1.2.1