aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlink.h b/netlink.h
index 61a5772..b4a6a63 100644
--- a/netlink.h
+++ b/netlink.h
@@ -12,6 +12,7 @@
#include <time.h>
#include <stdint.h>
#include <stdbool.h>
+#include <linux/if.h>
typedef uint8_t wg_key[32];
typedef char wg_key_b64_string[((sizeof(wg_key) + 2) / 3) * 4 + 1];