2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

needs <stdlib.h> for strtoul

This commit is contained in:
David Lawrence
2000-04-25 21:23:04 +00:00
parent 58bc93c3dd
commit 1f41da8507

View File

@@ -19,6 +19,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <isc/assertions.h>