summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Kenny Root <kroot@google.com> 2011-02-16 12:33:28 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-02-16 12:33:28 -0800
commit61bfd84daf3b03ec10b5c1e312bb4638e836fbc9 (patch)
treea4343f8ed4c9e66c7437149572049681a09e8dbd /opengl
parent9036b44433c84e69bcc35ffc2afe49ea78dabd58 (diff)
parentaf1cf07134dccc884c654da0e713c9213d7be3f4 (diff)
Merge "Clean up use of HAVE_ANDROID_OS"
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/egl.cpp2
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