From: Gaurav Date: Tue, 15 Dec 2020 08:45:43 +0000 (+0530) Subject: Fix build warning. X-Git-Tag: v248-rc1~504 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d66b0ed4cc7423a6909c7228f48e196cfc51f788;p=thirdparty%2Fsystemd.git Fix build warning. --- diff --git a/src/libsystemd/sd-bus/bus-internal.c b/src/libsystemd/sd-bus/bus-internal.c index ced330857ac..b74edda9433 100644 --- a/src/libsystemd/sd-bus/bus-internal.c +++ b/src/libsystemd/sd-bus/bus-internal.c @@ -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;