fio/fio-2.3-stdint.patch

12 lines
260 B
Diff
Raw Normal View History

2016-01-14 18:39:28 +00:00
--- 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