diff --git a/legacy/embryo/src/bin/embryo_main.c b/legacy/embryo/src/bin/embryo_main.c index 0e0e0ff809..c36bcf7d4d 100644 --- a/legacy/embryo/src/bin/embryo_main.c +++ b/legacy/embryo/src/bin/embryo_main.c @@ -1,4 +1,5 @@ #include "Embryo.h" +#include "config.h" /* This is ugly code! don't look at it please! i am embarrassed! i need to */ /* cleanit up! */ @@ -10,7 +11,10 @@ #include #include #include -#include + +#if HAVE_ALLOCA_H +# include +#endif /* debugging native calls */ static int process_format_char(Embryo_Program *ep, char ch, Embryo_Cell param);