Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 11:22:15 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293102 - head/lib/libnv/tests
Message-ID:  <201601031122.u03BMFl0067990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Jan  3 11:22:15 2016
New Revision: 293102
URL: https://svnweb.freebsd.org/changeset/base/293102

Log:
  Add sys/types.h for for size_t, etc
  
  stable/10 requires it due to header pollution
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/lib/libnv/tests/dnv_tests.cc

Modified: head/lib/libnv/tests/dnv_tests.cc
==============================================================================
--- head/lib/libnv/tests/dnv_tests.cc	Sun Jan  3 10:43:23 2016	(r293101)
+++ head/lib/libnv/tests/dnv_tests.cc	Sun Jan  3 11:22:15 2016	(r293102)
@@ -27,6 +27,7 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <sys/types.h>
 #include <sys/dnv.h>
 #include <sys/nv.h>
 



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