From: Evan Hunt Date: Mon, 1 May 2017 20:28:24 +0000 (-0700) Subject: [master] add util.h X-Git-Tag: v9.12.0a1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532a001001b004fb3e21c3fc4c04789fa34a6bf9;p=thirdparty%2Fbind9.git [master] add util.h --- diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index 4007632f71c..6b656435ced 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,