From: Willem Jan Withagen Date: Mon, 31 Jul 2017 13:02:53 +0000 (+0200) Subject: HashIndex.cc: add compat.h for ENODATA X-Git-Tag: v12.1.2~24^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16697%2Fhead;p=ceph.git HashIndex.cc: add compat.h for ENODATA Signed-off-by: Willem Jan Withagen --- diff --git a/src/os/filestore/HashIndex.cc b/src/os/filestore/HashIndex.cc index b0f93b9e258b..e0d38f4bdc2a 100644 --- a/src/os/filestore/HashIndex.cc +++ b/src/os/filestore/HashIndex.cc @@ -12,6 +12,7 @@ * */ +#include "include/compat.h" #include "include/types.h" #include "include/buffer.h" #include "osd/osd_types.h"