diff options
author | 2012-03-23 14:15:44 -0700 | |
---|---|---|
committer | 2012-03-23 14:15:44 -0700 | |
commit | b0e76f456afaada43ddb0968bb37145219f90cd3 (patch) | |
tree | fa7b40ae0eed2dc938ee1a4f0f5ca8ecb3ab67c5 /libs/gui/Surface.cpp | |
parent | 82dd49041004f657680c249ec9abfac668fb41e9 (diff) |
remove dependency of EGL on ndk header
Change-Id: Ia6e489b5b4f028864bdf54923e81f604710dd8ad
Diffstat (limited to 'libs/gui/Surface.cpp')
-rw-r--r-- | libs/gui/Surface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/Surface.cpp b/libs/gui/Surface.cpp index 72b27edaaa..059f3136df 100644 --- a/libs/gui/Surface.cpp +++ b/libs/gui/Surface.cpp @@ -21,6 +21,8 @@ #include <sys/types.h> #include <sys/stat.h> +#include <android/native_window.h> + #include <utils/CallStack.h> #include <utils/Errors.h> #include <utils/Log.h> |