From: Joshua Colp Date: Tue, 11 Sep 2007 13:37:26 +0000 (+0000) Subject: Fix building under FreeBSD. Make sure alloca.h exists before including it. X-Git-Tag: 1.6.0-beta1~3^2~1474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=219470dc438ce433ac2d6196513129cc186f0931;p=thirdparty%2Fasterisk.git 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 --- diff --git a/utils/hashtest2.c b/utils/hashtest2.c index b716849391..5242d34eca 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