]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add util.h
authorEvan Hunt <each@isc.org>
Mon, 1 May 2017 20:28:24 +0000 (13:28 -0700)
committerEvan Hunt <each@isc.org>
Mon, 1 May 2017 20:28:24 +0000 (13:28 -0700)
lib/isc/win32/thread.c

index 4007632f71c49c42091c08bc20bde723a0d1cc89..6b656435ced2cea9b4780c585828571bc6afb8d6 100644 (file)
@@ -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 <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,