diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-13 15:21:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-13 15:21:45 +0900 |
| commit | d8165f2b38c6405d506649d93112bad62d3d9ec0 (patch) | |
| tree | 91e805adbe9ad1ee334d1096fc656af3a603ab35 /tests | |
| parent | 08a03629004cf6dd5e3beaab1af422483bb0bd48 (diff) | |
| download | ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.gz ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.tar.zst ducc-d8165f2b38c6405d506649d93112bad62d3d9ec0.zip | |
feat: include <string.h>
Diffstat (limited to 'tests')
| -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 deee597..9cb13fd 100644 --- a/tests/include_stdc.sh +++ b/tests/include_stdc.sh @@ -13,7 +13,7 @@ test_diff <<'EOF' #include <stdint.h> #include <stdio.h> // #include <stdlib.h> -// #include <string.h> +#include <string.h> #include <time.h> #include <uchar.h> |
