fio/fio-2.3-stdint.patch
2016-01-14 12:39:28 -06:00

12 lines
260 B
Diff

--- fio-2.3/oslib/libmtd.h.orig 2016-01-14 12:19:56.281598279 -0600
+++ fio-2.3/oslib/libmtd.h 2016-01-14 12:20:16.932348893 -0600
@@ -25,6 +25,8 @@
#ifndef __LIBMTD_H__
#define __LIBMTD_H__
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif