mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 22:45:36 -04:00
#include <stddef.h>
This commit is contained in:
parent
5aa95f94c9
commit
5ae91ef876
2 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue