summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorcallum <none@none>2011-02-10 11:51:53 -0800
committercallum <none@none>2011-02-10 11:51:53 -0800
commit6a5d1945266ac37fea00c06a5876475ac3e6651a (patch)
tree3186cb8ef81fe6d611378454e8e1173dcf4d919b /indra
parent0ea1b472c636415a48b8cc688ec9b7663be6dc9d (diff)
STORM-986 FIX (build error/Linux) media_plugin_webkit errors on some Windows systems
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewermedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 9b02bdbe33..900081b8c6 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -53,7 +53,7 @@
#include "llwebsharing.h" // For LLWebSharing::setOpenIDCookie(), *TODO: find a better way to do this!
#include "llfilepicker.h"
#include "llnotifications.h"
-#include "lldir_win32.h"
+#include "lldir.h"
#include "llevent.h" // LLSimpleListener
#include "llnotificationsutil.h"
#include "lluuid.h"