From 1eed84099a8ea6b7bec9167f19d865ab52d6695f Mon Sep 17 00:00:00 2001 From: Kevin van der Vlist Date: Tue, 7 Jun 2011 23:13:58 +0200 Subject: OpenIndian b148 support (and perhaps other Solaris builds). --- utf8.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 4efb2ea6..6165742e 100644 --- a/utf8.c +++ b/utf8.c @@ -19,6 +19,12 @@ by Jeff Bezanson placed in the public domain Fall 2005 */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif +#ifdef HAVE_ALLOCA_H +# include +#endif #include #include #include -- cgit v1.2.3