The following changes since commit 0db32545ef94c5ab643b113d686526338dee3242: Fio 1.39-rc1 (2010-05-22 20:46:05 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (2): Fix undeclared mkdir() on Fedora 13 Merge branch 'master' of ssh://router/data/git/fio cgroup.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/cgroup.c b/cgroup.c index 0e3a71e..f36683a 100644 --- a/cgroup.c +++ b/cgroup.c @@ -4,6 +4,8 @@ #include <stdio.h> #include <stdlib.h> #include <mntent.h> +#include <sys/stat.h> +#include <sys/types.h> #include "fio.h" #include "flist.h" #include "cgroup.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