819cf75c40
Bump e2fsprogs to v1.43.1 & refresh patches Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
23 lines
376 B
Diff
23 lines
376 B
Diff
--- 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
|