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/text.c | |
| parent | b1d2120d5d20c0122cc0a61f2ca09f0bc754d14d (diff) | |
Clean up some unistr.h issues and expand some parse macros.
Diffstat (limited to 'src/stdlib/text.c')
| -rw-r--r-- | src/stdlib/text.c | 3 |
1 files changed, 2 insertions, 1 deletions
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> |
