From 915bd4ac4eeabf509bcf4f50bcbd25d2292e8b3a Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Thu, 5 Jan 2017 12:16:28 +0100 Subject: [PATCH] include/rbd_types.h: include/types.h for __le* Signed-off-by: Willem Jan Withagen --- src/include/rbd_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/rbd_types.h b/src/include/rbd_types.h index de7d1c6f35a..b564e0fbfd1 100644 --- a/src/include/rbd_types.h +++ b/src/include/rbd_types.h @@ -13,6 +13,7 @@ #ifndef CEPH_RBD_TYPES_H #define CEPH_RBD_TYPES_H +#include "include/types.h" #include "rbd/features.h" /* New-style rbd image 'foo' consists of objects -- 2.47.3