From fd27f0feb8ba4a2a8ac2b2c3b71bf71ab56aa42e Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 16 Sep 2015 09:09:55 -0700 Subject: MAINT-5507: Include httpconstants in file picker for linux. --- indra/newview/llfilepicker.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llfilepicker.cpp') diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index ef50594feb..a7236d1778 100755 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -40,6 +40,10 @@ #include "llwindowsdl.h" // for some X/GTK utils to help with filepickers #endif // LL_SDL +#if LL_LINUX || LL_SOLARIS +#include "llhttpconstants.h" // file picker uses some of thes constants on Linux +#endif + // // Globals // -- cgit v1.2.3