diff --git a/toolkit/components/remote/nsRemoteService.cpp b/toolkit/components/remote/nsRemoteService.cpp index 7fe1a41d4d4f..58abc9a00eb7 100644 --- a/toolkit/components/remote/nsRemoteService.cpp +++ b/toolkit/components/remote/nsRemoteService.cpp @@ -6,7 +6,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsGTKRemoteService.h" +#ifdef MOZ_ENABLE_DBUS #include "nsDBusRemoteService.h" +#endif #include "nsRemoteService.h" #include