[master] print.h; add missing win32 declaration

This commit is contained in:
Evan Hunt
2017-10-09 15:01:46 -07:00
parent bd08d94f8b
commit 4c368378fc
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include "isctest.h"
#include <isc/buffer.h>
#include <isc/print.h>
#include <isc/result.h>
ATF_TC(isc_buffer_reserve);