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
This commit is contained in:
Joshua Colp
2007-09-11 13:37:26 +00:00
parent e4c8ac7abd
commit 219470dc43

View File

@@ -34,7 +34,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <string.h>
#include <pthread.h>
#include <sys/stat.h>