Browse Source

Merge remote-tracking branch 'eeejay/emscripten-endian'

master
Reece H. Dunn 8 years ago
parent
commit
c083511f82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/compat/endian.h

+ 1
- 1
src/include/compat/endian.h View File

@@ -19,7 +19,7 @@
#ifndef ENDIAN_H_COMPAT_SHIM
#define ENDIAN_H_COMPAT_SHIM

#if defined(__linux__) || defined(__CYGWIN__)
#if defined(__linux__) || defined(__CYGWIN__) || defined(__EMSCRIPTEN__)
# pragma GCC system_header // Silence "warning: #include_next is a GCC extension"
# include_next <endian.h>
#elif defined(__APPLE__)

Loading…
Cancel
Save