diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-10-08 11:54:32 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-10-08 11:54:32 -0700 |
commit | de7c11d2917c0789faf5c8792100c082a401190a (patch) | |
tree | 3ffcd45870cdd0e777406d30426cb49a7cea1804 /indra | |
parent | 608169c1b73d6cec07dfa1e0a8f186092ed2405e (diff) |
Fixups for more linux build errors post-merge.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 5af3690295..a631314d5b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -195,6 +195,10 @@ // define a self-registering event API object #include "llappviewerlistener.h" +#if (LL_LINUX || LL_SOLARIS) && LL_GTK +#include "glib.h" +#endif // (LL_LINUX || LL_SOLARIS) && LL_GTK + #if LL_MSVC // disable boost::lexical_cast warning #pragma warning (disable:4702) |