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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"