From 50fa520ba5f68fa76173493c44715d4542007120 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Tue, 24 Apr 2012 22:01:41 -0300 Subject: Imported Upstream version 1.7.15.0.1.57 (ARMHF) Signed-off-by: Ricardo Salveti de Araujo --- sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c | 3 +++ sgx/tools/intern/debug/dbgdriv/common/hotkey.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sgx/tools/intern') diff --git a/sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c b/sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c index 386aca4..4bf93d0 100644 --- a/sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c +++ b/sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c @@ -28,6 +28,9 @@ #ifdef LINUX #include #endif +#ifdef __QNXNTO__ +#include +#endif #include "img_types.h" #include "pvr_debug.h" diff --git a/sgx/tools/intern/debug/dbgdriv/common/hotkey.c b/sgx/tools/intern/debug/dbgdriv/common/hotkey.c index a456fee..62c89e3 100644 --- a/sgx/tools/intern/debug/dbgdriv/common/hotkey.c +++ b/sgx/tools/intern/debug/dbgdriv/common/hotkey.c @@ -25,7 +25,7 @@ ******************************************************************************/ -#if !defined(LINUX) +#if (!defined(LINUX) && !defined(__QNXNTO__)) #include #include #endif -- cgit v1.2.3