summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index c4b50d0..01b2645 100644
--- a/test/main.c
+++ b/test/main.c
@@ -4,6 +4,8 @@
#include <stdlib.h>
#include <time.h>
+#include "lang.h"
+#include "settings.h"
#include "test.h"
void handle_abort() { exit(1); }