summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2018-03-07 10:27:53 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2018-03-19 12:54:50 +0100
commit343bf36ce8ad606a40d4d2bdfa271e475e0cdc23 (patch)
tree4b8ac3d66c7c32c578c537433c189990609e5b3d /contrib
parentkr_qrflags: fix a comment (diff)
downloadknot-resolver-343bf36ce8ad606a40d4d2bdfa271e475e0cdc23.tar.xz
knot-resolver-343bf36ce8ad606a40d4d2bdfa271e475e0cdc23.zip
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ucw/mempool-fmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ucw/mempool-fmt.c b/contrib/ucw/mempool-fmt.c
index e9db0ab5..101c4bd5 100644
--- a/contrib/ucw/mempool-fmt.c
+++ b/contrib/ucw/mempool-fmt.c
@@ -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