projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Create implicit dependencies needed for Multi-Arch handling
[apt.git]
/
buildlib
/
inttypes.h.in
diff --git
a/buildlib/inttypes.h.in
b/buildlib/inttypes.h.in
index 3be72079435b5189729bfbac1466d27003e21059..3b43b7672d7be80459e4f5f4fcd09ef1f6aea7c1 100644
(file)
--- a/
buildlib/inttypes.h.in
+++ b/
buildlib/inttypes.h.in
@@
-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;