Include stdio.h to fix libsbuf build.

Reviewed by:	scottl
This commit is contained in:
Jung-uk Kim 2017-02-28 21:18:45 +00:00
parent c27fb0b589
commit c4e929946c

View File

@ -76,6 +76,7 @@ __FBSDID("$FreeBSD$");
#include <machine/stdarg.h>
#else
#include <stdarg.h>
#include <stdio.h>
#endif
#ifdef _KERNEL