From 4f49b8a762f20279095e5c27c51a6afc629b835f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 1 Jun 2010 14:03:40 +0200 Subject: [PATCH] Fix undeclared mkdir() on Fedora 13 Signed-off-by: Jens Axboe --- cgroup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cgroup.c b/cgroup.c index 0e3a71eb..f36683ae 100644 --- a/cgroup.c +++ b/cgroup.c @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include "fio.h" #include "flist.h" #include "cgroup.h" -- 2.25.1