Index: jit/jit-apply.c --- jit/jit-apply.c.orig 2004-04-22 03:52:11.000000000 +0200 +++ jit/jit-apply.c 2004-04-29 22:16:22.000000000 +0200 @@ -23,6 +23,7 @@ #include "jit-apply-rules.h" #include "jit-apply-func.h" #include "jit-cache.h" +#include #if HAVE_ALLOCA_H #include #endif Index: jit/jit-insn.c --- jit/jit-insn.c.orig 2004-04-26 13:09:36.000000000 +0200 +++ jit/jit-insn.c 2004-04-29 22:16:38.000000000 +0200 @@ -21,6 +21,7 @@ #include "jit-internal.h" #include "jit-rules.h" #include +#include #if HAVE_ALLOCA_H #include #endif Index: jit/jit-interp.cpp --- jit/jit-interp.cpp.orig 2004-04-26 11:15:53.000000000 +0200 +++ jit/jit-interp.cpp 2004-04-29 22:16:02.000000000 +0200 @@ -30,6 +30,7 @@ #include "jit-rules.h" #include "jit-memory.h" #include +#include #if HAVE_ALLOCA_H #include #endif Index: tools/gen-apply.c --- tools/gen-apply.c.orig 2004-04-23 09:27:04.000000000 +0200 +++ tools/gen-apply.c 2004-04-29 22:17:05.000000000 +0200 @@ -21,6 +21,7 @@ #include #include "jit-apply-func.h" #include +#include #include #if HAVE_ALLOCA_H #include