diff options
| author | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
| commit | 2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch) | |
| tree | 0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_unicode.h | |
| parent | 3a5c78147cf20f46ccabb9104bf650d7561ebde9 (diff) | |
More migration work.
Diffstat (limited to 'xs_unicode.h')
| -rw-r--r-- | xs_unicode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xs_unicode.h b/xs_unicode.h index a5a1dcb..9663190 100644 --- a/xs_unicode.h +++ b/xs_unicode.h @@ -33,6 +33,8 @@ #ifdef XS_IMPLEMENTATION +#include <ctype.h> + #ifndef xs_countof #define xs_countof(a) (sizeof((a)) / sizeof((*a))) #endif |