summaryrefslogtreecommitdiffhomepage
path: root/src/socket.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-11-04 03:38:54 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-11-04 03:38:54 +0100
commit339b9c47d9aed8244c0cb1365a78b1918e5e69a1 (patch)
tree08b6cbd655668c5203d43d26e15fee9233ef7994 /src/socket.c
parent4db38d808daaa1a5ba79f87018a4e7240e1a331e (diff)
compat: stub out dst_cache for old kernels
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c
index 265c6dc..4ae767d 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -10,7 +10,6 @@
#include <linux/net.h>
#include <linux/if_vlan.h>
#include <linux/if_ether.h>
-#include <net/dst_cache.h>
#include <net/udp_tunnel.h>
#include <net/ipv6.h>