mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 21:07:27 +00:00
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
This commit is contained in:
parent
bd733e4088
commit
9339077928
@ -27,7 +27,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <netinet/in.h>
|
||||
#include <linux/xfrm.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "xfrm.h"
|
||||
#include "ip_common.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user