mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
need <isc/event.h>
This commit is contained in:
parent
e6e674f6a5
commit
23d4fb0620
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: omapi.c,v 1.10 2000/03/18 02:38:20 tale Exp $ */
|
||||
/* $Id: omapi.c,v 1.11 2000/04/04 20:06:53 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Author: DCL
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <named/globals.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue