From: Brennan Hildebrand Date: Thu, 17 Aug 2017 18:27:40 +0000 (-0700) Subject: Include extra headers needed for ICMP packet-building on FreeBSD X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7ad37d53e10067bab3b293e1916d831adc5617f9;p=users%2Fdwmw2%2Fopenconnect.git Include extra headers needed for ICMP packet-building on FreeBSD Signed-off-by: Daniel Lenski Signed-off-by: David Woodhouse --- 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