Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 21:46:08 +0000 (UTC)
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285062 - head/sys/sys
Message-ID:  <201507022146.t62Lk8ud014309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507022146.t62Lk8ud014309>