From a0de6707c0f8e60905a4f374b3ecc854514e55f8 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 30 Oct 2018 08:06:34 -0700 Subject: [PATCH] silence warning from missing print.h --- lib/isc/tests/buffer_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/tests/buffer_test.c b/lib/isc/tests/buffer_test.c index 89009e0a9d..a09e6f96d7 100644 --- a/lib/isc/tests/buffer_test.c +++ b/lib/isc/tests/buffer_test.c @@ -21,6 +21,7 @@ #include "isctest.h" #include +#include #include #include #include