mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:09:59 -04:00
#include <isc/mutex.h>
This commit is contained in:
parent
9139e153da
commit
504b5167f3
2 changed files with 4 additions and 2 deletions
|
|
@ -15,11 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: client.c,v 1.108 2000/08/21 23:45:05 bwelling Exp $ */
|
||||
/* $Id: client.c,v 1.109 2000/08/25 01:08:07 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/print.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/task.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/timer.h>
|
||||
|
|
|
|||
|
|
@ -15,12 +15,13 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: tsig.h,v 1.34 2000/08/17 02:08:27 bwelling Exp $ */
|
||||
/* $Id: tsig.h,v 1.35 2000/08/25 01:06:39 bwelling Exp $ */
|
||||
|
||||
#ifndef DNS_TSIG_H
|
||||
#define DNS_TSIG_H 1
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/stdtime.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue