commit | 9b6c850d24df82451862b81f059361b586f5ef0b | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Mon May 03 12:31:13 2010 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon May 03 12:31:13 2010 -0700 |
tree | 6be1c6e2285ad3882b48d10fbc5f31b0165fc994 | |
parent | f42d2fac2b09547295e353ddffb281aa7932403f [diff] |
fix sim build Change-Id: Ide300eafbcbbc6dfae25fe86188302c6676c4a3b
diff --git a/libpixelflinger/codeflinger/texturing.cpp b/libpixelflinger/codeflinger/texturing.cpp index ba13fb3..6baa28e 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 {