Index: logrotate-3.7.1/config.c =================================================================== --- logrotate-3.7.1.orig/config.c +++ logrotate-3.7.1/config.c @@ -1,4 +1,6 @@ +#ifndef NO_ALLOCA_H #include +#endif #include #include #include Index: logrotate-3.7.1/logrotate.c =================================================================== --- logrotate-3.7.1.orig/logrotate.c +++ logrotate-3.7.1/logrotate.c @@ -1,4 +1,6 @@ +#ifndef NO_ALLOCA_H #include +#endif #include #include #include