From 5ff48dca189244295a0baded4970605156ca8529 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 20 Oct 2017 16:36:07 +1100 Subject: [PATCH] #include --- lib/isc/tests/ht_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/isc/tests/ht_test.c b/lib/isc/tests/ht_test.c index c8c8afad8c..618f29ea7e 100644 --- a/lib/isc/tests/ht_test.c +++ b/lib/isc/tests/ht_test.c @@ -23,6 +23,8 @@ #include #include +#include + static void * default_memalloc(void *arg, size_t size) { UNUSED(arg);