aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-14 00:14:25 +0900
committernsfisis <nsfisis@gmail.com>2025-09-14 01:18:50 +0900
commit90246b99595e86e5e6fe41973db1a00171cf0462 (patch)
treefbf0be4652f5e245d623c85d944dcc5772912663 /src/main.c
parentec63d7d6d2f123239ba436ffcb2638f27f3b7d59 (diff)
downloadducc-90246b99595e86e5e6fe41973db1a00171cf0462.tar.gz
ducc-90246b99595e86e5e6fe41973db1a00171cf0462.tar.zst
ducc-90246b99595e86e5e6fe41973db1a00171cf0462.zip
feat: include <stdlib.h>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index bd1391c..bcb3697 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include <string.h>
#include "ast.h"
#include "cli.h"