commit: f2a00a12d4ce90055ad2513e72155e12d6ab8708 parent: 5b08fd15cf532542ca245368eb57be69b95ee54a Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Mon, 1 Jul 2019 07:37:01 +0200 fixup: include "config.h"Diffstat:
M | inaban.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/inaban.c b/inaban.c @@ -1,5 +1,6 @@ // Based on wlroots's TinyWL which is distributed under CC0 #include "inaban.h" +#include "config.h" #include <getopt.h> #include <stdio.h>