mirror of
https://github.com/ceph/ceph
synced 2025-01-31 07:22:56 +00:00
librbd: include missing header for bool type
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
This commit is contained in:
parent
77131e0b73
commit
32597cab43
@ -25,6 +25,7 @@ extern "C" {
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "../rados/librados.h"
|
||||
#include "features.h"
|
||||
|
Loading…
Reference in New Issue
Block a user