From: Tim Kientzle Date: Sat, 31 Oct 2009 17:17:14 +0000 (-0400) Subject: Tweak for Haiku. X-Git-Tag: v2.8.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e945241e7294276223c67059b5a382b9bd331ff6;p=thirdparty%2Flibarchive.git Tweak for Haiku. SVN-Revision: 1554 --- 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 */