]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
busctl: add missing header
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Oct 2021 12:15:04 +0000 (21:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Oct 2021 12:15:04 +0000 (21:15 +0900)
src/busctl/busctl-introspect.h

index 1a045bea1d53ad90e4e059d990b009c44dccbf91..720a0df79a19f8bd1462ab1f2659bd41d8be0422 100644 (file)
@@ -2,6 +2,7 @@
 #pragma once
 
 #include <stdbool.h>
+#include <stdint.h>
 
 typedef struct XMLIntrospectOps {
         int (*on_path)(const char *path, void *userdata);