From fd07f957a16fc313371e9f4c09e7937d381e96af Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 26 Apr 2002 20:14:39 +0000 Subject: Include alloca.h here if it's necessary. 2002-04-26 Christopher James Lahey * gal/widgets/e-unicode.c: Include alloca.h here if it's necessary. svn path=/trunk/; revision=16601 --- widgets/misc/e-unicode.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index 1a3f606732..ebf1ede9cb 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -43,6 +43,10 @@ #include #include "gal/util/e-iconv.h" +#ifdef HAVE_ALLOCA_H +#include +#endif + #define d(x) x #define FONT_TESTING -- cgit v1.2.3