From: Guus Sliepen <guus@tinc-vpn.org>
Date: Fri, 3 Jun 2005 10:56:02 +0000 (+0000)
Subject: Add alloca.h to the list of necessary header files.
X-Git-Tag: release-1.0.5~30
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=64e4c12778697f71ad3fcf33ee6cf1066322caa5;p=tinc

Add alloca.h to the list of necessary header files.
---

diff --git a/have.h b/have.h
index db92058d..cd7ad06c 100644
--- 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