Merge branch 'silence-warning' into 'master'

silence warning from missing print.h

See merge request isc-projects/bind9!955
This commit is contained in:
Evan Hunt 2018-10-30 11:07:53 -04:00
commit 1ac7058a0f

View file

@ -21,6 +21,7 @@
#include "isctest.h"
#include <isc/buffer.h>
#include <isc/print.h>
#include <isc/region.h>
#include <isc/result.h>
#include <isc/types.h>