From 219470dc438ce433ac2d6196513129cc186f0931 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 11 Sep 2007 13:37:26 +0000 Subject: [PATCH] Fix building under FreeBSD. Make sure alloca.h exists before including it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82233 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/hashtest2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/hashtest2.c b/utils/hashtest2.c index b716849..5242d34 100644 --- a/utils/hashtest2.c +++ b/utils/hashtest2.c @@ -34,7 +34,9 @@ #include #include #include +#ifdef HAVE_ALLOCA_H #include +#endif #include #include #include -- 1.7.9.5