From f129bdab552d21ae3cd77412342b94b5f23587b2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 25 Sep 2017 04:22:09 +0200 Subject: netlink: switch from ioctl to netlink for configuration --- src/tools/encoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/encoding.h') diff --git a/src/tools/encoding.h b/src/tools/encoding.h index 9db4c6e..1f79a2a 100644 --- a/src/tools/encoding.h +++ b/src/tools/encoding.h @@ -5,7 +5,7 @@ #include #include -#include "../uapi.h" +#include "containers.h" #define WG_KEY_LEN_BASE64 ((((WG_KEY_LEN) + 2) / 3) * 4 + 1) #define WG_KEY_LEN_HEX (WG_KEY_LEN * 2 + 1) -- cgit v1.2.3-59-g8ed1b