update header path (from android)



git-svn-id: http://skia.googlecode.com/svn/trunk@84 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gl/SkGL.h b/src/gl/SkGL.h
index d4cd3b6..d2bc62b 100644
--- a/src/gl/SkGL.h
+++ b/src/gl/SkGL.h
@@ -9,7 +9,7 @@
     #define SK_GL_DEVICE_FBO
 #elif defined(ANDROID)
     #include <GLES/gl.h>
-    #include <GLES/egl.h>
+    #include <EGL/egl.h>
 #endif
 
 #include "SkColor.h"