summaryrefslogtreecommitdiff
path: root/dns/knot-resolver/files/patch-contrib_ucw_mempool-fmt.c
blob: f51157a6b8e1e2eb7f5cebae4b72eafa015738fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/ucw/mempool-fmt.c.orig     2018-03-06 23:36:10 UTC
+++ contrib/ucw/mempool-fmt.c
@@ -11,7 +11,7 @@
 #include <ucw/lib.h>
 #include <ucw/mempool.h>
 
-#include <alloca.h>
+#include "alloc.h"
 #include <stdio.h>
 #include <string.h>