mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
<stdlib.h> include in rpz.c for strtoul
This commit is contained in:
parent
139bc2c6ab
commit
8283cbabdc
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/mem.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue