From 64e4c12778697f71ad3fcf33ee6cf1066322caa5 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 3 Jun 2005 10:56:02 +0000 Subject: [PATCH] Add alloca.h to the list of necessary header files. --- have.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1