chiark / gitweb /
bus: beautify bus_message_dump() output a bit
[elogind.git] / src / libsystemd-bus / test-bus-marshal.c
index 8f36a71d4b5d9032508e5fc365298d2656b7795f..cbf5e1a0faa481eef2fe678e920d44857aa7978b 100644 (file)
@@ -37,6 +37,7 @@
 #include "sd-bus.h"
 #include "bus-message.h"
 #include "bus-util.h"
+#include "bus-dump.h"
 
 int main(int argc, char *argv[]) {
         _cleanup_bus_message_unref_ sd_bus_message *m = NULL, *copy = NULL;