From: Vladimír Čunát Date: Wed, 7 Mar 2018 09:27:53 +0000 (+0100) Subject: ucw/mempool-fmt: alloca.h isn't needed (anymore) X-Git-Tag: v2.2.0~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343bf36ce8ad606a40d4d2bdfa271e475e0cdc23;p=thirdparty%2Fknot-resolver.git ucw/mempool-fmt: alloca.h isn't needed (anymore) The file is new here, but it has a long history upstream. Thanks to Leo Vandewoestijne for finding the problem on FreeBSD. --- diff --git a/contrib/ucw/mempool-fmt.c b/contrib/ucw/mempool-fmt.c index e9db0ab5b..101c4bd50 100644 --- a/contrib/ucw/mempool-fmt.c +++ b/contrib/ucw/mempool-fmt.c @@ -11,7 +11,6 @@ #include #include -#include #include #include @@ -95,4 +94,4 @@ int main(void) return 0; } -#endif \ No newline at end of file +#endif