#include <isc/mutex.h>

This commit is contained in:
Brian Wellington 2000-08-25 01:08:07 +00:00
parent 9139e153da
commit 504b5167f3
2 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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>