aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/preprocess.c
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-14 01:26:47 +0900
committernsfisis <nsfisis@gmail.com>2025-09-14 01:26:47 +0900
commit49b139c339cd1a4cb3a8fc817a582ec6af6c3ca4 (patch)
treebac6eda05c1a02f7df7eca4e1265cf1b896bafed /src/preprocess.c
parent6a45ad108293f9fa4f90eed55fc1101711bcc0ee (diff)
downloadducc-49b139c339cd1a4cb3a8fc817a582ec6af6c3ca4.tar.gz
ducc-49b139c339cd1a4cb3a8fc817a582ec6af6c3ca4.tar.zst
ducc-49b139c339cd1a4cb3a8fc817a582ec6af6c3ca4.zip
feat: include <assert.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 a32e0e5..34c2fe0 100644
--- a/src/preprocess.c
+++ b/src/preprocess.c
@@ -1,4 +1,5 @@
#include "preprocess.h"
+#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>