diff options
Diffstat (limited to 'system/fio/fio.patch')
-rw-r--r-- | system/fio/fio.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/fio/fio.patch b/system/fio/fio.patch new file mode 100644 index 000000000000..fd8e256fd9a9 --- /dev/null +++ b/system/fio/fio.patch @@ -0,0 +1,10 @@ +--- fio-2.2.13/oslib/libmtd_legacy.c.old 2016-02-02 00:41:36.372100029 +0700 ++++ fio-2.2.13/oslib/libmtd_legacy.c 2016-02-02 00:42:29.906101418 +0700 +@@ -25,6 +25,7 @@ + + /* Imported from mtd-utils by dehrenberg */ + ++#include <stdint.h> + #include <limits.h> + #include <fcntl.h> + #include <unistd.h> |