mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Fixed NaCl build.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user