]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ucw/mempool-fmt: alloca.h isn't needed (anymore)
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 7 Mar 2018 09:27:53 +0000 (10:27 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 19 Mar 2018 11:54:50 +0000 (12:54 +0100)
The file is new here, but it has a long history upstream.
Thanks to Leo Vandewoestijne for finding the problem on FreeBSD.

contrib/ucw/mempool-fmt.c

index e9db0ab5b7de4f5bbfaa1a6ccd52632711a3fd35..101c4bd50fdf72e0eef243f6a078f9c5c225499d 100644 (file)
@@ -11,7 +11,6 @@
 #include <ucw/lib.h>
 #include <ucw/mempool.h>
 
-#include <alloca.h>
 #include <stdio.h>
 #include <string.h>
 
@@ -95,4 +94,4 @@ int main(void)
   return 0;
 }
 
-#endif
\ No newline at end of file
+#endif