From 7a4143cc9f67ac84ada15504716852e0efac58f4 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 26 May 2021 12:10:31 -0400 Subject: Added include for `test.h` to `test.c`. --- test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test.c b/test.c index 0ad36db..a56e34f 100644 --- a/test.c +++ b/test.c @@ -1,4 +1,5 @@ #include +#include "test.h" #include "test2.h" int start() { -- cgit v1.2.3-13-gbd6f