]> git.saurik.com Git - apt-legacy.git/blobdiff - buildlib/inttypes.h.in
Commit that APT bug fix from their bug tracker.
[apt-legacy.git] / buildlib / inttypes.h.in
index 3be72079435b5189729bfbac1466d27003e21059..3b43b7672d7be80459e4f5f4fcd09ef1f6aea7c1 100644 (file)
@@ -4,6 +4,13 @@
 
 #include <config.h>
 
+#undef int32_t
+#undef uint32_t
+#undef int16_t
+#undef uint16_t
+#undef int8_t
+#undef uint8_t
+
 /* Generate the fixed bit size types */
 #if SIZEOF_INT == 4
   typedef int int32_t;