commit | 39c24a20bbc697630d2b92c251b70c04d6f9d00c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 04 23:17:56 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Apr 04 23:30:18 2013 -0700 |
tree | c05d0967f60f99a03b0e392bcf663eb510d489d4 | |
parent | 18bd1d6d55a275d23188251169dfe3cc74882665 [diff] [blame] |
fix local include paths Change-Id: Icb921fa796ec08612dbb2feb7e7161bcb0cf4a99
diff --git a/opengl/libs/EGL/egldefs.h b/opengl/libs/EGL/egldefs.h index c900c1c..1cfe561 100644 --- a/opengl/libs/EGL/egldefs.h +++ b/opengl/libs/EGL/egldefs.h
@@ -17,7 +17,7 @@ #ifndef ANDROID_EGLDEFS_H #define ANDROID_EGLDEFS_H -#include "hooks.h" +#include "../hooks.h" #define VERSION_MAJOR 1 #define VERSION_MINOR 4