#include <stddef.h>

This commit is contained in:
Brian Wellington
2000-08-30 01:24:20 +00:00
parent 5aa95f94c9
commit 5ae91ef876
2 changed files with 6 additions and 2 deletions

View File

@@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lib.c,v 1.7 2000/08/01 01:22:27 tale Exp $ */
/* $Id: lib.c,v 1.8 2000/08/30 01:24:19 bwelling Exp $ */
#include <config.h>
#include <stddef.h>
#include <isc/once.h>
#include <isc/msgcat.h>
#include <isc/util.h>

View File

@@ -17,11 +17,13 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_lib.c,v 1.6 2000/08/01 01:27:48 tale Exp $
* $Id: dst_lib.c,v 1.7 2000/08/30 01:24:20 bwelling Exp $
*/
#include <config.h>
#include <stddef.h>
#include <isc/once.h>
#include <isc/msgcat.h>
#include <isc/util.h>