summaryrefslogtreecommitdiff
path: root/src/xutf8/case.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/case.c')
-rw-r--r--src/xutf8/case.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xutf8/case.c b/src/xutf8/case.c
index 6acb915..8efc0e3 100644
--- a/src/xutf8/case.c
+++ b/src/xutf8/case.c
@@ -16,9 +16,13 @@
*/
/*
- * This file is required on all platforms for utf8 support
+ * This file is required on all platforms for UTF-8 support
*/
+#if !defined(WIN32) && !defined(__APPLE__)
+# include "../Xutf8.h"
+#endif /* !defined(WIN32) && !defined(__APPLE__) */
+
#include "headers/case.h"
#include <stdlib.h>