From: Daniel Gollub Date: Wed, 16 Apr 2014 13:06:32 +0000 (+0200) Subject: Ideally fio.h include would work like this X-Git-Tag: v11.0.1~218^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb46dcaec804f1e9a807b6465a928f18ed4d9141;p=ceph.git Ideally fio.h include would work like this Signed-off-by: Daniel Gollub --- diff --git a/src/test/fio_ceph_filestore.cc b/src/test/fio_ceph_filestore.cc index e7731ec876fc..3c5a55eeb796 100644 --- a/src/test/fio_ceph_filestore.cc +++ b/src/test/fio_ceph_filestore.cc @@ -9,8 +9,8 @@ #include "os/FileStore.h" #include "global/global_init.h" -#include "../../fio/fio.h" -//#include +//#include "../../fio/fio.h" +#include "fio.h" struct fio_ceph_filestore_iou { struct io_u *io_u;