2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add print.h in mdig.c

This commit is contained in:
Francis Dupont
2015-02-05 13:25:38 +01:00
parent 7768b049c0
commit b2fd46f683

View File

@@ -29,6 +29,7 @@
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/parseint.h>
#include <isc/print.h>
#include <isc/sockaddr.h>
#include <isc/socket.h>
#include <isc/string.h>