mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
bring the fix https://github.com/recp/cglm/pull/269 outside Emscripten
This commit is contained in:
@@ -18,9 +18,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#ifdef __EMSCRIPTEN__
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user