summaryrefslogtreecommitdiff
path: root/sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c')
-rw-r--r--sgx/tools/intern/debug/dbgdriv/common/dbgdriv.c3
1 files changed, 3 insertions, 0 deletions
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 <linux/string.h>
#endif
+#ifdef __QNXNTO__
+#include <string.h>
+#endif
#include "img_types.h"
#include "pvr_debug.h"