mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-06 20:49:24 +00:00
Fix headers needed for gre
Need to get right headers or build breaks.
This commit is contained in:
parent
a136af4ba6
commit
1957a322c9
@ -12,11 +12,12 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <net/if.h>
|
||||
#include <linux/if_tunnel.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <linux/ip.h>
|
||||
#include <linux/if_tunnel.h>
|
||||
#include "rt_names.h"
|
||||
#include "utils.h"
|
||||
#include "ip_common.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user