$NetBSD: patch-src_s__utf8.c,v 1.3 2012/02/05 21:55:15 sbd Exp $ alloca.h is not portable. https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072 --- src/s_utf8.c.orig 2010-08-18 03:51:01.000000000 +0000 +++ src/s_utf8.c @@ -18,10 +18,10 @@ #include #include #include -#ifdef WIN32 -#include -#else +#if defined(HAVE_ALLOCA_H) #include +#elif defined(HAVE_MALLOC_H) +#include #endif #include "s_utf8.h"