svn commit: r285062 - head/sys/sys

Mariusz Zaborski oshogbo at FreeBSD.org
Thu Jul 2 21:46:08 UTC 2015


Author: oshogbo
Date: Thu Jul  2 21:46:07 2015
New Revision: 285062
URL: https://svnweb.freebsd.org/changeset/base/285062

Log:
  Add stddef.h for size_t typedef.
  
  Approved by:	pjd (mentor)

Modified:
  head/sys/sys/dnv.h

Modified: head/sys/sys/dnv.h
==============================================================================
--- head/sys/sys/dnv.h	Thu Jul  2 21:36:51 2015	(r285061)
+++ head/sys/sys/dnv.h	Thu Jul  2 21:46:07 2015	(r285062)
@@ -37,6 +37,7 @@
 #ifndef _KERNEL
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
 #endif
 


More information about the svn-src-all mailing list