slackbuilds_ponce/system/fio/fio.patch
Willy Sudiarto Raharjo cc45e8a0bd system/fio: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-02-05 07:02:20 +07:00

10 lines
300 B
Diff

--- 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>