diff options
| author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 11:51:12 -0400 |
|---|---|---|
| committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 11:51:36 -0400 |
| commit | 48948f7a6bb9d77f1361127eca405b8efd362125 (patch) | |
| tree | d1a8f6e28694532aa4edd472a0991328b0ad740c | |
| parent | 98c08a2b90d751282d36970cf73b5359092d28eb (diff) | |
Add include for test2.h in test.c
| -rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <tcclib.h> +#include "test2.h" extern int add(int a, int b); |
