From a4442878a1eadcc1d28a1d8778816f363297615b Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sun, 11 Mar 2012 23:47:21 +0000 Subject: [PATCH] Add in wctype.h for widechars --- cde/lib/tt/lib/util/tt_string.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cde/lib/tt/lib/util/tt_string.C b/cde/lib/tt/lib/util/tt_string.C index efc969fe..2d89052c 100644 --- a/cde/lib/tt/lib/util/tt_string.C +++ b/cde/lib/tt/lib/util/tt_string.C @@ -54,6 +54,9 @@ #endif #include #include +#if defined(linux) +#include +#endif #include "util/tt_string.h" #include "util/tt_assert.h" #include "util/tt_xdr_utils.h" -- 2.25.1