$NetBSD: patch-aa,v 1.3 2005/10/13 21:34:16 xtraeme Exp $ --- archive.h.in.orig 2005-10-13 23:29:07.000000000 +0200 +++ archive.h.in 2005-10-13 23:29:22.000000000 +0200 @@ -36,7 +36,9 @@ */ #include /* Linux requires this for off_t */ +#if HAVE_INTTYPES_H #include /* For int64_t */ +#endif #include /* For ssize_t and size_t */ #ifdef __cplusplus