From e945241e7294276223c67059b5a382b9bd331ff6 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 31 Oct 2009 13:17:14 -0400 Subject: [PATCH] Tweak for Haiku. SVN-Revision: 1554 --- cpio/test/test.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpio/test/test.h b/cpio/test/test.h index b275da477..bbab584ac 100644 --- a/cpio/test/test.h +++ b/cpio/test/test.h @@ -101,6 +101,12 @@ # define NLINKS_INACCURATE_FOR_DIRS #endif +/* Haiku OS */ +#if defined(__HAIKU__) +/* Haiku has typedefs in stdint.h (needed for int64_t) */ +#include +#endif + /* FreeBSD */ #ifdef __FreeBSD__ #include /* For __FBSDID */ -- 2.47.3