From ca7ac61e1517f5af929f51f2672278ff5611e067 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 --- esp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esp.c b/esp.c index ae60269e..7876fd51 100644 --- a/esp.c +++ b/esp.c @@ -23,6 +23,10 @@ #include #include #include +#ifdef __FreeBSD__ +#include +#include +#endif #include #include -- 2.49.0