From 9339077928e9df260d6886f794f98fd48c2568d7 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 10 Apr 2015 13:17:54 -0700 Subject: [PATCH] xfrm: fix build with later kernel headers Need to include netinet/in.h to get the correct glibc headers instead of getting definitions in linux/in6.h --- ip/xfrm_monitor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ip/xfrm_monitor.c b/ip/xfrm_monitor.c index b2b2d6e27..58c7d7f46 100644 --- a/ip/xfrm_monitor.c +++ b/ip/xfrm_monitor.c @@ -27,7 +27,9 @@ #include #include #include +#include #include + #include "utils.h" #include "xfrm.h" #include "ip_common.h" -- 2.47.2