From 945fae0c7cfa787785833f0335e97c3fd30a79a8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 15 May 2017 23:24:48 +0200 Subject: wg: support text-based ipc Signed-off-by: Jason A. Donenfeld --- src/show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/show.c') diff --git a/src/show.c b/src/show.c index 7f67dba..4eb096f 100644 --- a/src/show.c +++ b/src/show.c @@ -16,7 +16,7 @@ #include "ipc.h" #include "subcommands.h" #include "terminal.h" -#include "base64.h" +#include "encoding.h" #include "../uapi.h" static int peer_cmp(const void *first, const void *second) -- cgit v1.2.3-59-g8ed1b