svn commit: r314419 - head/sys/kern

Jung-uk Kim jkim at FreeBSD.org
Tue Feb 28 21:18:47 UTC 2017


Author: jkim
Date: Tue Feb 28 21:18:45 2017
New Revision: 314419
URL: https://svnweb.freebsd.org/changeset/base/314419

Log:
  Include stdio.h to fix libsbuf build.
  
  Reviewed by:	scottl

Modified:
  head/sys/kern/subr_prf.c

Modified: head/sys/kern/subr_prf.c
==============================================================================
--- head/sys/kern/subr_prf.c	Tue Feb 28 21:18:23 2017	(r314418)
+++ head/sys/kern/subr_prf.c	Tue Feb 28 21:18:45 2017	(r314419)
@@ -76,6 +76,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/stdarg.h>
 #else
 #include <stdarg.h>
+#include <stdio.h>
 #endif
 
 #ifdef _KERNEL


More information about the svn-src-head mailing list