From bb46dcaec804f1e9a807b6465a928f18ed4d9141 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Wed, 16 Apr 2014 15:06:32 +0200 Subject: [PATCH] Ideally fio.h include would work like this Signed-off-by: Daniel Gollub --- src/test/fio_ceph_filestore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/fio_ceph_filestore.cc b/src/test/fio_ceph_filestore.cc index e7731ec876f..3c5a55eeb79 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; -- 2.39.5