]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Decouple inttypes.h and stdint.h. Newer Interix needs both.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Wed, 1 Apr 2009 11:43:27 +0000 (07:43 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Wed, 1 Apr 2009 11:43:27 +0000 (07:43 -0400)
SVN-Revision: 897

libarchive/archive_platform.h

index 99c428abbcdf3d13703c3a717d0ce8a43e7bc469..763c296579d53ea61ff36777939a290d35d622d6 100644 (file)
@@ -67,7 +67,8 @@
 /* Try to get standard C99-style integer type definitions. */
 #if HAVE_INTTYPES_H
 #include <inttypes.h>
-#elif HAVE_STDINT_H
+#endif
+#if HAVE_STDINT_H
 #include <stdint.h>
 #endif