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