summaryrefslogtreecommitdiff
path: root/compiler/main.c
diff options
context:
space:
mode:
authorRoberto Esteves <contact@robertoesteves.dev>2025-08-23 10:18:56 -0300
committerRoberto Esteves <contact@robertoesteves.dev>2025-08-23 10:18:56 -0300
commit7359caba898bad53808fc30bf2827bfaa7c171c4 (patch)
tree3b9f185eb38c3c79911a3cd828c2ef39d648e203 /compiler/main.c
parentc95c6b4795c845fa4e84d11b693323b59ad3583d (diff)
fix: utils header file compilation errorsHEADmaster
Diffstat (limited to 'compiler/main.c')
-rw-r--r--compiler/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main.c b/compiler/main.c
index 72832d0..09a195e 100644
--- a/compiler/main.c
+++ b/compiler/main.c
@@ -1,3 +1,4 @@
+#define UTILS_IMPLEMENTATION
#include <utils.h>
int main(int argc, char **argv) {