]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Tweak for Haiku.
authorTim Kientzle <kientzle@gmail.com>
Sat, 31 Oct 2009 17:17:14 +0000 (13:17 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sat, 31 Oct 2009 17:17:14 +0000 (13:17 -0400)
SVN-Revision: 1554

cpio/test/test.h

index b275da4777c7cb3467b969162877e52a857c964e..bbab584ac854656cb277de46cd1f0afb969a37cc 100644 (file)
 # define NLINKS_INACCURATE_FOR_DIRS
 #endif
 
+/* Haiku OS */
+#if defined(__HAIKU__)
+/* Haiku has typedefs in stdint.h (needed for int64_t) */
+#include <stdint.h>
+#endif
+
 /* FreeBSD */
 #ifdef __FreeBSD__
 #include <sys/cdefs.h>  /* For __FBSDID */