mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
#include <isc/mutex.h>
This commit is contained in:
parent
7a6f285bc9
commit
ffc4cece90
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: validator.h,v 1.13 2000/08/15 00:21:05 bwelling Exp $ */
|
||||
/* $Id: validator.h,v 1.14 2000/12/01 01:03:12 gson Exp $ */
|
||||
|
||||
#ifndef DNS_VALIDATOR_H
|
||||
#define DNS_VALIDATOR_H 1
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/mutex.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue