Commit 1957a322 authored by Stephen Hemminger's avatar Stephen Hemminger

Fix headers needed for gre

Need to get right headers or build breaks.
parent a136af4b
......@@ -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"
......
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