#include <stddef.h>

This commit is contained in:
Brian Wellington 2000-08-24 23:26:13 +00:00
parent d07ef64ed1
commit f5ad7569cb
2 changed files with 6 additions and 2 deletions

View file

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

View file

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