Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / common-internal.h
index 6cd15b8e573df85b7a9f2d8a53183a923715c6f4..fd8b12e3e862c17c10dce901b16c38fc0c1d152e 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef BABELTRACE_COMMON_INTERNAL_H
 #define BABELTRACE_COMMON_INTERNAL_H
 
+#include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
 
 #define BT_COMMON_COLOR_RESET              "\033[0m"
This page took 0.023437 seconds and 4 git commands to generate.