diff options
Diffstat (limited to 'system/jfsutils/missing-stdinth.patch')
-rw-r--r-- | system/jfsutils/missing-stdinth.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/jfsutils/missing-stdinth.patch b/system/jfsutils/missing-stdinth.patch new file mode 100644 index 000000000..06a74bf32 --- /dev/null +++ b/system/jfsutils/missing-stdinth.patch @@ -0,0 +1,11 @@ +--- jfsutils-1.1.15/fscklog/extract.c.orig ++++ jfsutils-1.1.15/fscklog/extract.c +@@ -28,6 +28,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <stdint.h> + + #include "devices.h" + #include "diskmap.h" + |