diff options
| author | 2011-02-16 12:33:28 -0800 | |
|---|---|---|
| committer | 2011-02-16 12:33:28 -0800 | |
| commit | 61bfd84daf3b03ec10b5c1e312bb4638e836fbc9 (patch) | |
| tree | a4343f8ed4c9e66c7437149572049681a09e8dbd /opengl | |
| parent | 9036b44433c84e69bcc35ffc2afe49ea78dabd58 (diff) | |
| parent | af1cf07134dccc884c654da0e713c9213d7be3f4 (diff) | |
Merge "Clean up use of HAVE_ANDROID_OS"
Diffstat (limited to 'opengl')
| -rw-r--r-- | opengl/libs/EGL/egl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 3dc8c03fab..3d5a4d16f6 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -22,7 +22,7 @@ #include <sys/ioctl.h> -#if HAVE_ANDROID_OS +#ifdef HAVE_ANDROID_OS #include <linux/android_pmem.h> #endif |