From 9667222d982ba50634aedd6851b2d7bd7a3c3834 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Mon, 31 Jul 2017 15:02:53 +0200 Subject: [PATCH] HashIndex.cc: add compat.h for ENODATA Signed-off-by: Willem Jan Withagen --- src/os/filestore/HashIndex.cc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3