2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

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