diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:12:44 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:12:44 -0400 |
| commit | 80755477735baaea66f865c316aff036bebd8e2f (patch) | |
| tree | ef11a3a91f4106c8f19a21af0215c27a61afc991 /src/stdlib | |
| parent | b1d2120d5d20c0122cc0a61f2ca09f0bc754d14d (diff) | |
Clean up some unistr.h issues and expand some parse macros.
Diffstat (limited to 'src/stdlib')
| -rw-r--r-- | src/stdlib/paths.c | 2 | ||||
| -rw-r--r-- | src/stdlib/text.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c index 66f9eaa1..860034cb 100644 --- a/src/stdlib/paths.c +++ b/src/stdlib/paths.c @@ -15,8 +15,8 @@ #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> -#include <unistr.h> +#include "../unistr-fixed.h" #include "enums.h" #include "integers.h" #include "lists.h" diff --git a/src/stdlib/text.c b/src/stdlib/text.c index 7f771b14..ed4023a4 100644 --- a/src/stdlib/text.c +++ b/src/stdlib/text.c @@ -99,11 +99,12 @@ #include <stdlib.h> #include <sys/param.h> +#include "../unistr-fixed.h" + #include <unicase.h> #include <unictype.h> #include <unigbrk.h> #include <uniname.h> -#include <unistr.h> #include <unistring/version.h> #include <uniwidth.h> |
