projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e4c8ac7
)
Fix building under FreeBSD. Make sure alloca.h exists before including it.
author
Joshua Colp
<jcolp@digium.com>
Tue, 11 Sep 2007 13:37:26 +0000
(13:37 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Tue, 11 Sep 2007 13:37:26 +0000
(13:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82233
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/hashtest2.c
patch
|
blob
|
history
diff --git
a/utils/hashtest2.c
b/utils/hashtest2.c
index
b716849
..
5242d34
100644
(file)
--- a/
utils/hashtest2.c
+++ b/
utils/hashtest2.c
@@
-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>