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

must include <isc/print.h> to use snprintf

This commit is contained in:
Andreas Gustafsson 2000-05-22 19:29:09 +00:00
parent 9b19b39170
commit b68f341a48

View File

@ -21,6 +21,7 @@
#include <isc/buffer.h>
#include <isc/netaddr.h>
#include <isc/print.h>
#include <isc/region.h>
#include <isc/sockaddr.h>
#include <isc/string.h>