From: Guus Sliepen Date: Fri, 3 Jun 2005 10:56:02 +0000 (+0000) Subject: Add alloca.h to the list of necessary header files. X-Git-Tag: import-tinc-1.1~729 X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=64e4c12778697f71ad3fcf33ee6cf1066322caa5 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 #endif +#ifdef HAVE_ALLOCA_H +#include +#endif + /* Include system specific headers */ #ifdef HAVE_SYSLOG_H