diff options
author | 0 <NotZed@Ximian.com> | 2001-09-21 08:15:58 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 08:15:58 +0800 |
commit | ed68662d87218b26f71db339b2ab6b6115132a9d (patch) | |
tree | 36f63ea96a86097e36e915b568ecb4bcce73c0b2 | |
parent | b854297a3ab88c6167b2369f507f4a61a80680fd (diff) | |
download | gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.gz gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.zst gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.zip |
Turn off the o(x) debug set, & include alloca.h & config.h.
2001-09-20 <NotZed@Ximian.com>
* ibex_block.c: Turn off the o(x) debug set, & include alloca.h &
config.h.
svn path=/trunk/; revision=13033
-rw-r--r-- | libibex/ChangeLog | 3 | ||||
-rw-r--r-- | libibex/ibex_block.c | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index c44eec4601..2f5a1e27af 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,6 +1,7 @@ 2001-09-20 <NotZed@Ximian.com> - * ibex_block.c: Turn off the o(x) debug set. + * ibex_block.c: Turn off the o(x) debug set, & include alloca.h & + config.h. 2001-09-17 <NotZed@Ximian.com> 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) |