diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-14 00:14:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-14 01:18:50 +0900 |
| commit | 90246b99595e86e5e6fe41973db1a00171cf0462 (patch) | |
| tree | fbf0be4652f5e245d623c85d944dcc5772912663 /tests/include_stdc.sh | |
| parent | ec63d7d6d2f123239ba436ffcb2638f27f3b7d59 (diff) | |
| download | ducc-90246b99595e86e5e6fe41973db1a00171cf0462.tar.gz ducc-90246b99595e86e5e6fe41973db1a00171cf0462.tar.zst ducc-90246b99595e86e5e6fe41973db1a00171cf0462.zip | |
feat: include <stdlib.h>
Diffstat (limited to 'tests/include_stdc.sh')
| -rw-r--r-- | tests/include_stdc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include_stdc.sh b/tests/include_stdc.sh index 9cb13fd..54d8b1d 100644 --- a/tests/include_stdc.sh +++ b/tests/include_stdc.sh @@ -12,7 +12,7 @@ test_diff <<'EOF' #include <stddef.h> #include <stdint.h> #include <stdio.h> -// #include <stdlib.h> +#include <stdlib.h> #include <string.h> #include <time.h> #include <uchar.h> |
