mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:22:04 -04:00
#include <stddef.h>
This commit is contained in:
parent
d07ef64ed1
commit
f5ad7569cb
2 changed files with 6 additions and 2 deletions
|
|
@ -15,10 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: quota.c,v 1.8 2000/08/01 01:29:40 tale Exp $ */
|
||||
/* $Id: quota.c,v 1.9 2000/08/24 23:26:12 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <isc/quota.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,10 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rwlock.c,v 1.22 2000/08/24 19:06:38 bwelling Exp $ */
|
||||
/* $Id: rwlock.c,v 1.23 2000/08/24 23:26:13 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <isc/magic.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue