diff options
| author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 12:10:31 -0400 |
|---|---|---|
| committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 12:10:31 -0400 |
| commit | 7a4143cc9f67ac84ada15504716852e0efac58f4 (patch) | |
| tree | 01221bfbfa47446d9b813bb4811d8fc8e2b86ba6 | |
| parent | 98ed11b6c4325655e82d5ef9b9de8b780c2d7773 (diff) | |
Added include for `test.h` to `test.c`.
| -rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <tcclib.h> +#include "test.h" #include "test2.h" int start() { |
