Bug 1418782 - Fix a compilation error with --disable-dbus. r=stransky

MozReview-Commit-ID: GB7NtVqTeKM
This commit is contained in:
Mats Palmgren 2017-11-20 21:02:17 +01:00
Родитель 50f5bf47cd
Коммит 4832d1fbb4
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 <gtk/gtk.h>