summaryrefslogtreecommitdiff
path: root/sysdep/linux/wireguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/linux/wireguard.h')
-rw-r--r--sysdep/linux/wireguard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/wireguard.h b/sysdep/linux/wireguard.h
index e7a1bbf0..d8965f75 100644
--- a/sysdep/linux/wireguard.h
+++ b/sysdep/linux/wireguard.h
@@ -6,7 +6,7 @@
#ifndef WIREGUARD_H
#define WIREGUARD_H
-#include <net/if.h>
+#include <linux/if.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <time.h>