aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/encoding.h')
-rw-r--r--src/tools/encoding.h2
1 files changed, 1 insertions, 1 deletions
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 <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)