diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-13 13:54:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-13 13:54:34 +0900 |
| commit | 3455cf8da6085319fcf1b1159cc5faaf54393a26 (patch) | |
| tree | f53fbab4d27262ddaa7e019cc4eafac169b4ea52 /src/preprocess.c | |
| parent | e30c73d8b3292d42cf6d1f278965c0becb41e909 (diff) | |
| download | ducc-3455cf8da6085319fcf1b1159cc5faaf54393a26.tar.gz ducc-3455cf8da6085319fcf1b1159cc5faaf54393a26.tar.zst ducc-3455cf8da6085319fcf1b1159cc5faaf54393a26.zip | |
feat: include <ctype.h>
Diffstat (limited to 'src/preprocess.c')
| -rw-r--r-- | src/preprocess.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preprocess.c b/src/preprocess.c index 3965949..832bb5e 100644 --- a/src/preprocess.c +++ b/src/preprocess.c @@ -1,4 +1,5 @@ #include "preprocess.h" +#include <ctype.h> #include <stdio.h> #include "common.h" #include "parse.h" |
