From 0e6eef620d4b838fc558711cd2d5572ec7a576c2 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 2004 17:07:05 +0000 Subject: Use #include "alloca.h" --- lib/alloca.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/alloca.h (limited to 'lib/alloca.h') diff --git a/lib/alloca.h b/lib/alloca.h new file mode 100644 index 0000000..57816bd --- /dev/null +++ b/lib/alloca.h @@ -0,0 +1,19 @@ +/* + * BIRD Library -- Linked Lists + * + * (c) 2004 Martin Mares + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#ifndef _BIRD_ALLOCA_H_ +#define _BIRD_ALLOCA_H_ + +#ifdef HAVE_ALLOCA_H +#include +#else +#include +#endif + + +#endif -- cgit v1.2.3