Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / plugins / ctf / fs-src / fs.c
index 2abd9b57cc02aa77e17a3653a9afeab08ed02dcb..a20e7d6c1b21a84e111a86070fb5e8c9586460d5 100644 (file)
@@ -38,6 +38,7 @@
 #include <plugins-common.h>
 #include <glib.h>
 #include <assert.h>
+#include <stdbool.h>
 #include <unistd.h>
 #include "fs.h"
 #include "metadata.h"
This page took 0.022981 seconds and 4 git commands to generate.