mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:29:59 -04:00
#include <isc/mutex.h>
This commit is contained in:
parent
8f7cae3d7b
commit
0a88c09dc9
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: view.h,v 1.50 2000/08/24 22:15:38 bwelling Exp $ */
|
||||
/* $Id: view.h,v 1.51 2000/08/25 01:16:04 bwelling Exp $ */
|
||||
|
||||
#ifndef DNS_VIEW_H
|
||||
#define DNS_VIEW_H 1
|
||||
|
|
@ -62,6 +62,7 @@
|
|||
#include <isc/lang.h>
|
||||
#include <isc/magic.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/stdtime.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue