diff options
Diffstat (limited to 'indra/newview/llappviewerlinux.h')
-rw-r--r-- | indra/newview/llappviewerlinux.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h index 365fcfeb6b..230c0dc24b 100644 --- a/indra/newview/llappviewerlinux.h +++ b/indra/newview/llappviewerlinux.h @@ -33,9 +33,12 @@ #ifndef LL_LLAPPVIEWERLINUX_H #define LL_LLAPPVIEWERLINUX_H -#if LL_DBUS_ENABLED extern "C" { # include <glib.h> +} + +#if LL_DBUS_ENABLED +extern "C" { # include <glib-object.h> # include <dbus/dbus-glib.h> } |