]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] add util.h
authorEvan Hunt <each@isc.org>
Mon, 1 May 2017 20:29:00 +0000 (13:29 -0700)
committerEvan Hunt <each@isc.org>
Mon, 1 May 2017 20:29:00 +0000 (13:29 -0700)
(cherry picked from commit 532a001001b004fb3e21c3fc4c04789fa34a6bf9)

lib/isc/win32/thread.c

index 2a5b15d19fd50ee1187f75262576f7af6b9d0c50..fe5bf2f36a771f26c27b578a10b2de0468e5f11e 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: thread.c,v 1.24 2007/06/19 23:47:19 tbox Exp $ */
-
 #include <config.h>
 
 #include <process.h>
 
 #include <isc/thread.h>
+#include <isc/util.h>
 
 isc_result_t
 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg,