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-gre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-gre.c') diff --git a/print-gre.c b/print-gre.c index d90936e1..4525a942 100644 --- a/print-gre.c +++ b/print-gre.c @@ -42,7 +42,7 @@ #include "config.h" #endif -#include +#include "netdissect-stdinc.h" #include -- cgit v1.2.1