mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Fix include for EMCC build (#765)
This commit is contained in:
parent
f1124c8524
commit
3d1767186d
@ -29,7 +29,7 @@
|
||||
#include <brotli/port.h>
|
||||
#include <brotli/types.h>
|
||||
|
||||
#if defined(OS_LINUX) || defined(OS_CYGWIN)
|
||||
#if defined(OS_LINUX) || defined(OS_CYGWIN) || defined(__EMSCRIPTEN__)
|
||||
#include <endian.h>
|
||||
#elif defined(OS_FREEBSD)
|
||||
#include <machine/endian.h>
|
||||
|
Loading…
Reference in New Issue
Block a user