aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc62e2b8f94734246b5381d67186d80b1d7d82e64 (patch)
tree516cd07c35b3a278f11e6a71f22c88c03b21cf80 /src/socket.c
parentsocket: use dst_cache instead of handrolled cache (diff)
downloadwireguard-monolithic-historical-c62e2b8f94734246b5381d67186d80b1d7d82e64.tar.xz
wireguard-monolithic-historical-c62e2b8f94734246b5381d67186d80b1d7d82e64.zip
compat: stub out dst_cache for old kernels
Diffstat (limited to '')
-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>