2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

include <isc/print.h> in gen.c

This commit is contained in:
Evan Hunt 2012-10-03 07:59:57 -07:00
parent 97a0ca4265
commit 3f6cec1a35

View File

@ -26,6 +26,8 @@
#define _CRT_SECURE_NO_DEPRECATE 1
#endif
#include <isc/print.h>
#include <sys/types.h>
#include <ctype.h>