--- gforth/engine/main.c 2008/08/16 20:20:32 1.213 +++ gforth/engine/main.c 2008/08/19 18:57:19 1.214 @@ -28,7 +28,9 @@ #include #include #include +#ifdef HAVE_ALLOCA_H #include +#endif #ifndef STANDALONE #include #endif