Add alloca.h to the list of necessary header files.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:56:02 +0000 (10:56 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:56:02 +0000 (10:56 +0000)
have.h

diff --git a/have.h b/have.h
index db92058d495962d8898144b12d5ae1f748908f9e..cd7ad06c9c0190dad11dd84e36740432fae5bbda 100644 (file)
--- a/have.h
+++ b/have.h
 #include <inttypes.h>
 #endif
 
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
 /* Include system specific headers */
 
 #ifdef HAVE_SYSLOG_H