MAINT-5507: Include httpconstants in file picker for linux.
parent
907efc9cc9
commit
fd27f0feb8
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue