From 532a001001b004fb3e21c3fc4c04789fa34a6bf9 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 1 May 2017 13:28:24 -0700 Subject: [PATCH] [master] add util.h --- lib/isc/win32/thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index 4007632f71..6b656435ce 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -6,13 +6,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* $Id: thread.c,v 1.24 2007/06/19 23:47:19 tbox Exp $ */ - #include #include #include +#include isc_result_t isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg,