diff options
Diffstat (limited to 'tests/test_input.c')
-rw-r--r-- | tests/test_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_input.c b/tests/test_input.c index 9fcd040..495c70e 100644 --- a/tests/test_input.c +++ b/tests/test_input.c @@ -40,7 +40,8 @@ static void print_help(); #include <xkbcommon/xkbcommon.h> #include "eloop.h" #include "log.h" -#include "uterm.h" +#include "uterm_input.h" +#include "uterm_monitor.h" #include "test_include.h" static struct ev_eloop *eloop; |