update header path (from android)

git-svn-id: http://skia.googlecode.com/svn/trunk@84 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-01-26 23:54:06 +00:00
parent f523e25da0
commit 45bcb22e7a

View File

@ -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"