summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.c b/test/main.c
index 9298b76..fd0dc26 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,9 +1,10 @@
#include <stdio.h>
+#include "hai.h"
+
int test();
int main() {
-
printf("test returned: %d\n", test());
return 0;
} \ No newline at end of file