Merge "Lose HAVE_ANDROID_OS from hardware/samsung_slsi/exynos5."
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