From 5853643ce6ecab17fd51492c41fe5a44599637b2 Mon Sep 17 00:00:00 2001 From: kientzle Date: Fri, 17 Apr 2009 04:04:57 +0000 Subject: Merge from libarchive.googlecode.com: * Lots of new tests. * New -n / --numeric-uid-gid option * More sanity-checking of arguments * Various Windows portability improvements * Sync up version number to 2.7.0 --- usr.bin/cpio/test/test_option_u.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/cpio/test/test_option_u.c') diff --git a/usr.bin/cpio/test/test_option_u.c b/usr.bin/cpio/test/test_option_u.c index 7abd7f0..7d2edff 100644 --- a/usr.bin/cpio/test/test_option_u.c +++ b/usr.bin/cpio/test/test_option_u.c @@ -23,7 +23,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" +#if defined(_WIN32) && !defined(__CYGWIN__) +#include +#else #include +#endif __FBSDID("$FreeBSD$"); DEFINE_TEST(test_option_u) -- cgit v1.1