diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-16 18:23:11 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-18 12:39:15 +0000 |
| commit | a760d14ec4d4ea8286c0acbaf1c9eb67d993f5cf (patch) | |
| tree | 8b8ac48a8e34fced8e947fa2e7b23e77a4be03e0 /src/inkscape-application.cpp | |
| parent | Imlplement '--action-list' command line option. (diff) | |
| download | inkscape-a760d14ec4d4ea8286c0acbaf1c9eb67d993f5cf.tar.gz inkscape-a760d14ec4d4ea8286c0acbaf1c9eb67d993f5cf.zip | |
Fix FTBFS with dbus
Diffstat (limited to 'src/inkscape-application.cpp')
| -rw-r--r-- | src/inkscape-application.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp index 668d41289..e03a47044 100644 --- a/src/inkscape-application.cpp +++ b/src/inkscape-application.cpp @@ -22,6 +22,10 @@ #include "desktop.h" // Access to window #include "actions/actions-base.h" // Actions +#ifdef WITH_DBUS +# include "extension/dbus/dbus-init.h" +#endif + #ifdef ENABLE_NLS // Native Language Support - shouldn't this always be used? #include "helper/gettext.h" // gettext init |
