c5d0e28c555f215b1953861a7e9ba8e881ed2e24
[openwrt/openwrt.git] / tools / e2fsprogs / patches / 005-darwin-compat.patch
1 --- a/lib/blkid/blkid_types.h.in
2 +++ b/lib/blkid/blkid_types.h.in
3 @@ -9,6 +9,8 @@
4
5 @ASM_TYPES_HEADER@
6
7 +#include <stdint.h>
8 +
9 #ifndef HAVE___U8
10 #define HAVE___U8
11 #ifdef __U8_TYPEDEF
12 --- a/lib/ext2fs/ext2_types.h.in
13 +++ b/lib/ext2fs/ext2_types.h.in
14 @@ -9,6 +9,8 @@
15
16 @ASM_TYPES_HEADER@
17
18 +#include <stdint.h>
19 +
20 #ifndef HAVE___U8
21 #define HAVE___U8
22 #ifdef __U8_TYPEDEF
23