Use directory qualified #include files

Trac #11408
Signed-off-by: Andrew Lewycky
Signed-off-by: Nicolas Capens

git-svn-id: https://angleproject.googlecode.com/svn/trunk@165 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/ossource.cpp b/src/compiler/ossource.cpp
index ed93efe..1d61baa 100644
--- a/src/compiler/ossource.cpp
+++ b/src/compiler/ossource.cpp
@@ -4,7 +4,7 @@
 // found in the LICENSE file.
 //
 
-#include "osinclude.h"
+#include "compiler/osinclude.h"
 //
 // This file contains contains the window's specific functions
 //