]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix build warning.
authorGaurav <g.gupta@samsung.com>
Tue, 15 Dec 2020 08:45:43 +0000 (14:15 +0530)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Dec 2020 16:47:03 +0000 (17:47 +0100)
src/libsystemd/sd-bus/bus-internal.c

index ced330857ac8727b25c4888f50b2e8749cbb4e93..b74edda943356d8e5fc851c5c1145b15e7e81575 100644 (file)
@@ -5,6 +5,7 @@
 #include "bus-message.h"
 #include "hexdecoct.h"
 #include "string-util.h"
+#include "escape.h"
 
 bool object_path_is_valid(const char *p) {
         const char *q;