aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/encoding.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-09-25 04:22:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-02 02:45:53 +0200
commit5b65f87e9fcad48d7a31daee986f1a0b78d9d8f9 (patch)
treeb7a18ba0b93471238a9867708a89354cc5dfcacc /src/encoding.h
parentwg: uapi: only make sure socket file is socket (diff)
downloadwireguard-tools-5b65f87e9fcad48d7a31daee986f1a0b78d9d8f9.tar.xz
wireguard-tools-5b65f87e9fcad48d7a31daee986f1a0b78d9d8f9.zip
netlink: switch from ioctl to netlink for configuration
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.h b/src/encoding.h
index 9db4c6e..1f79a2a 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <stdint.h>
-#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)