From 804ca1d92646ff5042e2a304d531ff3f3534b508 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 13 Sep 2017 14:34:54 +0200 Subject: [PATCH] Added isc/string.h to shutdown_test which got strlcpy --- bin/tests/shutdown_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index ef58f1a461..d4f8c6cfe5 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include