SmartAudio/tools/e2fsprogs/patches/004-darwin-compat.patch

23 lines
372 B
Diff
Raw Normal View History

2018-07-13 01:31:50 +00:00
--- a/lib/blkid/blkid_types.h.in
+++ b/lib/blkid/blkid_types.h.in
@@ -9,6 +9,8 @@
2018-12-13 10:48:25 +00:00
2018-07-13 01:31:50 +00:00
@ASM_TYPES_HEADER@
2018-12-13 10:48:25 +00:00
2018-07-13 01:31:50 +00:00
+#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 @@
2018-12-13 10:48:25 +00:00
2018-07-13 01:31:50 +00:00
@ASM_TYPES_HEADER@
2018-12-13 10:48:25 +00:00
2018-07-13 01:31:50 +00:00
+#include <stdint.h>
+
#ifndef HAVE___U8
#define HAVE___U8
#ifdef __U8_TYPEDEF