summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-16 09:09:55 -0700
committerRider Linden <rider@lindenlab.com>2015-09-16 09:09:55 -0700
commitfd27f0feb8ba4a2a8ac2b2c3b71bf71ab56aa42e (patch)
tree567c66c68499186db2e603e07502867d84969c82
parent907efc9cc9bcf4a935ed0e1bd17b19da2bb99dce (diff)
MAINT-5507: Include httpconstants in file picker for linux.
-rwxr-xr-xindra/newview/llfilepicker.cpp4
1 files changed, 4 insertions, 0 deletions
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
//