diff --git a/include/util.h b/include/util.h index f92c59c..9bfcf8a 100644 --- a/include/util.h +++ b/include/util.h @@ -1,10 +1,11 @@ #ifndef _UTILH_ #define _UTILH_ +#include +#include +#include + #include "keys.h" -#include "stdbool.h" -#include "stdint.h" -#include "sys/types.h" enum keys find_keyname(char *); enum keys find_ansi(char *); diff --git a/src/ui.c b/src/ui.c index 88cd854..bd944f3 100644 --- a/src/ui.c +++ b/src/ui.c @@ -21,6 +21,7 @@ #include "keys.h" #include "sessions.h" #include "ui.h" +#include "users.h" #include "util.h" static void print_box();