[Drbd-dev] [PATCH 2/2] windrbd: Include stdbool.h for bool type.
Johannes Thoma
johannes at johannesthoma.com
Mon Feb 4 22:00:15 CET 2019
It seems that windrbd tool didn't compile before.
Signed-off-by: Johannes Thoma <johannes at johannesthoma.com>
---
user/windrbd/windrbd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/user/windrbd/windrbd.c b/user/windrbd/windrbd.c
index 28385cf5..2602f599 100644
--- a/user/windrbd/windrbd.c
+++ b/user/windrbd/windrbd.c
@@ -18,6 +18,7 @@
#include <ctype.h>
#include <sys/queue.h>
#include <assert.h>
+#include <stdbool.h>
#include <winioctl.h>
#include <shellapi.h>
--
2.17.0
More information about the drbd-dev
mailing list