From 6e48d40f1128ab78c109a7903027547e61aa00a5 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sun, 30 Dec 2007 19:09:35 +0000 Subject: [PATCH] Include header for declaration of towupper (Ralph Campbell) --- src/c/string.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/string.d b/src/c/string.d index 4635293c1..96d387a14 100644 --- a/src/c/string.d +++ b/src/c/string.d @@ -17,6 +17,9 @@ #include #include +#ifdef ECL_UNICODE +#include +#endif #include #include