summaryrefslogtreecommitdiffstats
path: root/src/mds/CInode.h
diff options
context:
space:
mode:
authorLucian Petrut <lpetrut@cloudbasesolutions.com>2020-08-07 14:06:07 +0200
committerLucian Petrut <lpetrut@cloudbasesolutions.com>2021-01-13 11:36:50 +0100
commit073b81c8ec025154ee98ff3147fbb3121200e157 (patch)
treeb7a667cd7e5ab21694847f142502d32cec4026ba /src/mds/CInode.h
parentMerge pull request #38781 from tchaikov/wip-googletest-gcc11 (diff)
downloadceph-073b81c8ec025154ee98ff3147fbb3121200e157.tar.xz
ceph-073b81c8ec025154ee98ff3147fbb3121200e157.zip
client: Port CephFS client to Windows
This patch provides a few changes required in order to use the CephFS client on Windows. A subsequent patch will make use of it along with Dokan, an interface similar to Fuse. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Diffstat (limited to 'src/mds/CInode.h')
-rw-r--r--src/mds/CInode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/CInode.h b/src/mds/CInode.h
index 513113ba146..177e02d0632 100644
--- a/src/mds/CInode.h
+++ b/src/mds/CInode.h
@@ -22,6 +22,7 @@
#include "common/config.h"
#include "common/RefCountedObj.h"
+#include "include/compat.h"
#include "include/counter.h"
#include "include/elist.h"
#include "include/types.h"