aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.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/io.c
parent08a03629004cf6dd5e3beaab1af422483bb0bd48 (diff)
downloadducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.gz
ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.zst
ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.zip
feat: include <string.h>
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 6b52318..7d0b875 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1,5 +1,6 @@
#include "io.h"
#include <stdio.h>
+#include <string.h>
#include "common.h"
#include "json.h"