2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

include <isc/plaform.h> so that ISC_PLATFORM_USETHREADS gets defined

This commit is contained in:
Andreas Gustafsson 2001-01-05 01:58:28 +00:00
parent f135697100
commit b9e8ad0f49
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_tasks.c,v 1.20 2001/01/04 00:27:03 gson Exp $ */
/* $Id: t_tasks.c,v 1.21 2001/01/05 01:58:26 gson Exp $ */
#include <config.h>
@ -24,6 +24,7 @@
#include <isc/condition.h>
#include <isc/mem.h>
#include <isc/platform.h>
#include <isc/task.h>
#include <isc/time.h>
#include <isc/timer.h>

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_timers.c,v 1.16 2001/01/04 00:43:33 gson Exp $ */
/* $Id: t_timers.c,v 1.17 2001/01/05 01:58:28 gson Exp $ */
#include <config.h>
@ -23,6 +23,7 @@
#include <isc/condition.h>
#include <isc/mem.h>
#include <isc/platform.h>
#include <isc/task.h>
#include <isc/time.h>
#include <isc/timer.h>