From 7ad37d53e10067bab3b293e1916d831adc5617f9 Mon Sep 17 00:00:00 2001 From: Brennan Hildebrand Date: Thu, 17 Aug 2017 11:27:40 -0700 Subject: [PATCH] Include extra headers needed for ICMP packet-building on FreeBSD Signed-off-by: Daniel Lenski Signed-off-by: David Woodhouse --- gpst.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gpst.c b/gpst.c index 34074867..cd9ba222 100644 --- a/gpst.c +++ b/gpst.c @@ -30,6 +30,11 @@ #ifdef HAVE_LZ4 #include #endif + +#ifdef __FreeBSD__ +#include +#include +#endif #include #include -- 2.49.0