From d07ededcaf8161f01eed1ce68675561c32537624 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Wed, 7 Aug 2013 22:01:46 -0700 Subject: [PATCH] Fixed NaCl build. --- examples/common/entry/cmd.cpp | 4 ++-- examples/common/entry/entry_nacl.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/common/entry/cmd.cpp b/examples/common/entry/cmd.cpp index ef63f9c0..4ec4547b 100644 --- a/examples/common/entry/cmd.cpp +++ b/examples/common/entry/cmd.cpp @@ -3,10 +3,10 @@ * License: http://www.opensource.org/licenses/BSD-2-Clause */ +#include // isspace #include #include // size_t -// #include -#include // isspace +#include // strlen #include #include "dbg.h" diff --git a/examples/common/entry/entry_nacl.cpp b/examples/common/entry/entry_nacl.cpp index fb37ca92..457ed948 100644 --- a/examples/common/entry/entry_nacl.cpp +++ b/examples/common/entry/entry_nacl.cpp @@ -7,6 +7,8 @@ #if BX_PLATFORM_NACL +#include "entry_p.h" + #include #include #include