diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/cpdmgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/cpdmgr.hxx b/vcl/inc/unx/cpdmgr.hxx index de8aab4547ce..dea353384f1b 100644 --- a/vcl/inc/unx/cpdmgr.hxx +++ b/vcl/inc/unx/cpdmgr.hxx @@ -25,6 +25,9 @@ #if ENABLE_DBUS && ENABLE_GIO #include <gio/gio.h> +#else +typedef struct _GDBusProxy GDBusProxy; +typedef struct _GDBusConnection GDBusConnection; #endif #include "printerinfomanager.hxx" @@ -34,9 +37,6 @@ #define FRONTEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Frontend.xml" #define BACKEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Backend.xml" -typedef struct _GDBusProxy GDBusProxy; -typedef struct _GDBusConnection GDBusConnection; - namespace psp { |