diff options
Diffstat (limited to 'libibex/ibex_block.c')
-rw-r--r-- | libibex/ibex_block.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c index 44d2a4ba15..112ae140e2 100644 --- a/libibex/ibex_block.c +++ b/libibex/ibex_block.c @@ -1,4 +1,8 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <glib.h> #include <stdio.h> @@ -7,6 +11,10 @@ #include <string.h> #include <errno.h> +#ifdef HAVE_ALLOCA_H +#include <alloca.h> +#endif + #include "ibex_internal.h" #define d(x) |