Commit 93390779 authored by Stephen Hemminger's avatar Stephen Hemminger

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
parent bd733e40
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <netinet/in.h>
#include <linux/xfrm.h> #include <linux/xfrm.h>
#include "utils.h" #include "utils.h"
#include "xfrm.h" #include "xfrm.h"
#include "ip_common.h" #include "ip_common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment