From 93ef13b5e099a58c717b37a94c97e9da3b97e834 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 3 Jan 2016 11:22:15 +0000 Subject: [PATCH] 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 --- lib/libnv/tests/dnv_tests.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libnv/tests/dnv_tests.cc b/lib/libnv/tests/dnv_tests.cc index fe80d00f4851..a21a91dfa187 100644 --- a/lib/libnv/tests/dnv_tests.cc +++ b/lib/libnv/tests/dnv_tests.cc @@ -27,6 +27,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include