diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-02 00:45:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:20 +0700 |
commit | cc45e8a0bd385513fdde17c4be44fbeac150a06d (patch) | |
tree | ddf7a1049ab224046113dcea3fb9fee5b88bad96 /system/fio/fio.patch | |
parent | 80e18372f20ddfbe04d2f043727e4f05b261fc83 (diff) | |
download | slackbuilds-cc45e8a0bd385513fdde17c4be44fbeac150a06d.tar.gz |
system/fio: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..fd8e256fd9 --- /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> |