From owner-svn-src-head@freebsd.org Thu Jul 2 21:46:08 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AEA2992734; Thu, 2 Jul 2015 21:46:08 +0000 (UTC) (envelope-from oshogbo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC3F14DD; Thu, 2 Jul 2015 21:46:08 +0000 (UTC) (envelope-from oshogbo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62Lk8Qd014310; Thu, 2 Jul 2015 21:46:08 GMT (envelope-from oshogbo@FreeBSD.org) Received: (from oshogbo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62Lk8ud014309; Thu, 2 Jul 2015 21:46:08 GMT (envelope-from oshogbo@FreeBSD.org) Message-Id: <201507022146.t62Lk8ud014309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: oshogbo set sender to oshogbo@FreeBSD.org using -f From: Mariusz Zaborski Date: Thu, 2 Jul 2015 21:46:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285062 - head/sys/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:46:08 -0000 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 #include +#include #include #endif