summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gralloc/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc/framebuffer.cpp b/gralloc/framebuffer.cpp
index 82a36bc..86db030 100644
--- a/gralloc/framebuffer.cpp
+++ b/gralloc/framebuffer.cpp
@@ -35,7 +35,7 @@
#include <cutils/log.h>
#include <cutils/atomic.h>
-#if HAVE_ANDROID_OS
+#ifdef __ANDROID__
#include <linux/fb.h>
#endif