libiscsi: log reason of error when readcapacity failed
[fio.git] / lib / types.h
index bb2450680872255cebdc0b7f121031dcafab4cd0..d92b064c25101f3858ee5a548edb2815b8c8bd22 100644 (file)
@@ -10,7 +10,11 @@ typedef int bool;
 #define true   1
 #endif
 #else
-#include <stdbool.h>
+#include <stdbool.h> /* IWYU pragma: export */
+#endif
+
+#if !defined(CONFIG_HAVE_KERNEL_RWF_T)
+typedef int __kernel_rwf_t;
 #endif
 
 #endif