diff options
| -rw-r--r-- | indra/newview/llappviewerlinux.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h index 0289c43043..14e481f054 100644 --- a/indra/newview/llappviewerlinux.h +++ b/indra/newview/llappviewerlinux.h @@ -27,9 +27,11 @@  #ifndef LL_LLAPPVIEWERLINUX_H  #define LL_LLAPPVIEWERLINUX_H +#if LL_GTK  extern "C" {  # include <glib.h>  } +#endif  #if LL_DBUS_ENABLED  extern "C" { | 
