mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
#include <stddef.h> to ensure definition of NULL
This commit is contained in:
parent
adf199832b
commit
d5e7142f9d
1 changed files with 3 additions and 1 deletions
|
|
@ -15,10 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: lib.c,v 1.14 2001/01/09 21:59:59 bwelling Exp $ */
|
||||
/* $Id: lib.c,v 1.15 2001/02/16 04:14:16 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <isc/msgcat.h>
|
||||
#include <isc/once.h>
|
||||
#include <isc/task.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue