From 9b6c850d24df82451862b81f059361b586f5ef0b Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Queru <jbq@google.com>
Date: Mon, 3 May 2010 12:31:13 -0700
Subject: [PATCH] fix sim build

Change-Id: Ide300eafbcbbc6dfae25fe86188302c6676c4a3b
---
 libpixelflinger/codeflinger/texturing.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libpixelflinger/codeflinger/texturing.cpp b/libpixelflinger/codeflinger/texturing.cpp
index ba13fb3035..6baa28ed9c 100644
--- a/libpixelflinger/codeflinger/texturing.cpp
+++ b/libpixelflinger/codeflinger/texturing.cpp
@@ -25,7 +25,9 @@
 
 #include "codeflinger/GGLAssembler.h"
 
+#ifdef __arm__
 #include <machine/cpu-features.h>
+#endif
 
 namespace android {
 
-- 
GitLab