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: release-1.0.5~30 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=64e4c12778697f71ad3fcf33ee6cf1066322caa5 Add alloca.h to the list of necessary header files. --- diff --git a/have.h b/have.h index db92058..cd7ad06 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