From: Joerg Sonnenberger Date: Wed, 1 Apr 2009 11:43:27 +0000 (-0400) Subject: Decouple inttypes.h and stdint.h. Newer Interix needs both. X-Git-Tag: v2.7.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21da38e59ded96cf8beb274ec708e645f98c42da;p=thirdparty%2Flibarchive.git Decouple inttypes.h and stdint.h. Newer Interix needs both. SVN-Revision: 897 --- diff --git a/libarchive/archive_platform.h b/libarchive/archive_platform.h index 99c428abb..763c29657 100644 --- a/libarchive/archive_platform.h +++ b/libarchive/archive_platform.h @@ -67,7 +67,8 @@ /* Try to get standard C99-style integer type definitions. */ #if HAVE_INTTYPES_H #include -#elif HAVE_STDINT_H +#endif +#if HAVE_STDINT_H #include #endif