The following changes since commit 1ef2b6be973eded12827990ae1a9eb28b7b20be7: Initial support for explicit write barriers (2010-10-08 15:07:01 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): binject: fix missing includes for stat(2) engines/binject.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/engines/binject.c b/engines/binject.c index 44a3796..0bdaa24 100644 --- a/engines/binject.c +++ b/engines/binject.c @@ -12,6 +12,8 @@ #include <assert.h> #include <string.h> #include <sys/poll.h> +#include <sys/types.h> +#include <sys/stat.h> #include "../fio.h" -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html