mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:42:06 -04:00
#include <dns/acl.h>
This commit is contained in:
parent
c7c9f4a989
commit
c44ecc9bb8
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: omapi_test.c,v 1.28 2001/01/09 21:41:27 bwelling Exp $ */
|
||||
/* $Id: omapi_test.c,v 1.29 2001/02/16 01:00:42 bwelling Exp $ */
|
||||
|
||||
/*
|
||||
* Test code for OMAPI.
|
||||
|
|
@ -33,6 +33,8 @@
|
|||
#include <isc/task.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/acl.h>
|
||||
|
||||
#include <dst/dst.h>
|
||||
#include <dst/result.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue