From df678c862e10214abf8d553268f92ecc77ab1b26 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 22 Oct 2018 09:14:07 +0000 Subject: [PATCH] Bug 1500850 - [Wayland] Add missing dbus header dbus-glib-lowlevel.h, r=jhorak Differential Revision: https://phabricator.services.mozilla.com/D9365 --HG-- extra : moz-landing-system : lando --- widget/xremoteclient/DBusRemoteClient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/xremoteclient/DBusRemoteClient.cpp b/widget/xremoteclient/DBusRemoteClient.cpp index ba5bda06201d..b2f03dccc133 100644 --- a/widget/xremoteclient/DBusRemoteClient.cpp +++ b/widget/xremoteclient/DBusRemoteClient.cpp @@ -13,6 +13,7 @@ #include "nsPrintfCString.h" #include +#include using mozilla::LogLevel; static mozilla::LazyLogModule sRemoteLm("DBusRemoteClient");