From e466a63ab4a836d7977c12858860087ca66208fd Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Tue, 27 Sep 2011 15:41:12 -0700 Subject: [PATCH] Include correct endian.h file Apparently including sys/endian.h directly produces uninitialized endianness macros. Should include target CPU-dependent header instead. Change-Id: Ib16f0470d27baa085bf1675a403c02efa6f994c4 --- tools/emulator/system/camera/Converters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emulator/system/camera/Converters.h b/tools/emulator/system/camera/Converters.h index ab00711fc..13e2a8540 100755 --- a/tools/emulator/system/camera/Converters.h +++ b/tools/emulator/system/camera/Converters.h @@ -17,7 +17,7 @@ #ifndef HW_EMULATOR_CAMERA_CONVERTERS_H #define HW_EMULATOR_CAMERA_CONVERTERS_H -#include +#include #ifndef __BYTE_ORDER #error "could not determine byte order"