Fixed NaCl build.

This commit is contained in:
bkaradzic 2013-08-07 22:01:46 -07:00
parent 4c4c2eb5cb
commit d07ededcaf
2 changed files with 4 additions and 2 deletions

View file

@ -3,10 +3,10 @@
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include <ctype.h> // isspace
#include <stdint.h>
#include <stdlib.h> // size_t
// #include <stdio.h>
#include <ctype.h> // isspace
#include <string.h> // strlen
#include <bx/hash.h>
#include "dbg.h"

View file

@ -7,6 +7,8 @@
#if BX_PLATFORM_NACL
#include "entry_p.h"
#include <stdio.h>
#include <string.h>
#include <pthread.h>