busctl: add missing header

This commit is contained in:
Yu Watanabe 2021-10-10 21:15:04 +09:00
parent 1b4f2ba28e
commit c58c86d0e2

View File

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