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