mirror of
https://github.com/systemd/systemd.git
synced 2024-12-21 08:03:49 +08:00
busctl: add missing header
This commit is contained in:
parent
1b4f2ba28e
commit
c58c86d0e2
@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct XMLIntrospectOps {
|
||||
int (*on_path)(const char *path, void *userdata);
|
||||
|
Loading…
Reference in New Issue
Block a user