From 48948f7a6bb9d77f1361127eca405b8efd362125 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 26 May 2021 11:51:12 -0400 Subject: Add include for test2.h in test.c --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') diff --git a/test.c b/test.c index 8ba9bce..f674f99 100644 --- a/test.c +++ b/test.c @@ -1,4 +1,5 @@ #include +#include "test2.h" extern int add(int a, int b); -- cgit v1.2.3-13-gbd6f