projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e810545
)
Add alloca.h to the list of necessary header files.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:56:02 +0000
(10:56 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:56:02 +0000
(10:56 +0000)
have.h
patch
|
blob
|
history
diff --git
a/have.h
b/have.h
index
db92058
..
cd7ad06
100644
(file)
--- a/
have.h
+++ b/
have.h
@@
-43,6
+43,10
@@
#include <inttypes.h>
#endif
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
/* Include system specific headers */
#ifdef HAVE_SYSLOG_H