librbd: include missing header for bool type

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
This commit is contained in:
Mykola Golub 2015-12-04 15:10:51 +02:00
parent 77131e0b73
commit 32597cab43

View File

@ -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"