summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-05-26 11:51:12 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-05-26 11:51:36 -0400
commit48948f7a6bb9d77f1361127eca405b8efd362125 (patch)
treed1a8f6e28694532aa4edd472a0991328b0ad740c
parent98c08a2b90d751282d36970cf73b5359092d28eb (diff)
Add include for test2.h in test.c
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 8ba9bce..f674f99 100644
--- a/test.c
+++ b/test.c
@@ -1,4 +1,5 @@
#include <tcclib.h>
+#include "test2.h"
extern int add(int a, int b);