Support for OSX build; tested using OSX 10.9/clang-500.2.79
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
#define BROTLI_ENC_WRITE_BITS_H_
|
||||
|
||||
#include <assert.h>
|
||||
#include <endian.h>
|
||||
#if defined(OS_MACOSX)
|
||||
#include <machine/endian.h>
|
||||
#else
|
||||
#include <endian.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user