Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / argpar / argpar.c
index d3451207f548127ad34f41dbc77fd8b934fc398e..5fbe8d3826b535f801a3b92b82d7ad4f5645ae35 100644 (file)
@@ -20,6 +20,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
This page took 0.02527 seconds and 4 git commands to generate.