Skip to content

Commit

Permalink
Fix include for EMCC build (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas authored Jul 30, 2019
1 parent f1124c8 commit 3d17671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/common/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3d17671

Please sign in to comment.