$NetBSD: patch-src_x__list.c,v 1.1.1.1 2011/09/15 01:05:05 wiz Exp $ alloca.h is not portable. --- src/x_list.c.orig 2010-07-21 18:37:47.000000000 +0000 +++ src/x_list.c @@ -4,10 +4,10 @@ #include "m_pd.h" /* #include */ -#ifdef MSW -#include -#else +#if defined(HAVE_ALLOCA_H) #include +#elsif defined(HAVE_MALLOC_H) +#include #endif extern t_pd *newest;