dect
/
asterisk
Archived
13
0
Fork 0

Fix building under FreeBSD. Make sure alloca.h exists before including it.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82233 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-09-11 13:37:26 +00:00
parent 63abca7cf4
commit 3c5783a144
1 changed files with 2 additions and 0 deletions

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>