From ae23e86114f559ce6d01a3e2499fc5417dc90d37 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 6 Nov 2021 18:44:27 +0000 Subject: Start conversion to tofi. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5a3c894..a1c873c 100644 --- a/src/main.c +++ b/src/main.c @@ -16,6 +16,7 @@ #include #include #include "client.h" +#include "compgen.h" #include "egl.h" #include "entry.h" #include "image.h" @@ -23,6 +24,7 @@ #include "greetd.h" #include "log.h" #include "nelem.h" +#include "string_vec.h" #undef MAX #define MAX(a, b) ((a) > (b) ? (a) : (b)) -- cgit v1.2.3