chiark / gitweb /
Add missing includes in header files
[elogind.git] / src / libsystemd / sd-bus / busctl-introspect.h
index 9bea43717df49aeb7d1e3d893845e2c6332bd996..d6b4cf05a74d81211d1370da6851b8a1f3774498 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include <inttypes.h>
+#include <stdbool.h>
 
 typedef struct XMLIntrospectOps {
         int (*on_path)(const char *path, void *userdata);