svn commit: r293102 - head/lib/libnv/tests

Garrett Cooper ngie at FreeBSD.org
Sun Jan 3 11:22:16 UTC 2016


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>
 


More information about the svn-src-all mailing list