summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
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 <xdg-shell.h>
#include <locale.h>
#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))