Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctfser / ctfser.h
index 5338353cde8deb62a31c1e68c4b473f254c5c75e..9fc3315fa861d15843b780d85214f3d2f64877bb 100644 (file)
@@ -28,6 +28,7 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
This page took 0.023111 seconds and 4 git commands to generate.