summaryrefslogtreecommitdiff
path: root/xs_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_unicode.h')
-rw-r--r--xs_unicode.h2
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 @@
33 33
34#ifdef XS_IMPLEMENTATION 34#ifdef XS_IMPLEMENTATION
35 35
36#include <ctype.h>
37
36#ifndef xs_countof 38#ifndef xs_countof
37#define xs_countof(a) (sizeof((a)) / sizeof((*a))) 39#define xs_countof(a) (sizeof((a)) / sizeof((*a)))
38#endif 40#endif