unconditionally include stdio.h

(cherry picked from commit 22909ca827)
This commit is contained in:
Mark Andrews 2015-05-22 10:08:43 +10:00
parent 1b9f989cae
commit 1e9f8e4dfe

View file

@ -68,10 +68,8 @@
#include <stdarg.h>
#include <stddef.h>
#endif
#ifdef ISC_PLATFORM_NEEDSPRINTF
#include <stdio.h>
#endif
#include <stdio.h>
ISC_LANG_BEGINDECLS