aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/preprocess.c
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-13 15:21:45 +0900
committernsfisis <nsfisis@gmail.com>2025-09-13 15:21:45 +0900
commitd8165f2b38c6405d506649d93112bad62d3d9ec0 (patch)
tree91e805adbe9ad1ee334d1096fc656af3a603ab35 /src/preprocess.c
parent08a03629004cf6dd5e3beaab1af422483bb0bd48 (diff)
downloadducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.gz
ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.zst
ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.zip
feat: include <string.h>
Diffstat (limited to 'src/preprocess.c')
-rw-r--r--src/preprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preprocess.c b/src/preprocess.c
index bd7feae..5e029f2 100644
--- a/src/preprocess.c
+++ b/src/preprocess.c
@@ -1,6 +1,7 @@
#include "preprocess.h"
#include <ctype.h>
#include <stdio.h>
+#include <string.h>
#include "common.h"
#include "parse.h"
#include "sys.h"