mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
11 lines
382 B
Diff
11 lines
382 B
Diff
--- a/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h
|
|
+++ b/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h
|
|
@@ -21,6 +21,7 @@ typedef unsigned __int64 uint64_t;
|
|
#define ots_htons(x) _byteswap_ushort (x)
|
|
#else
|
|
#include <arpa/inet.h>
|
|
+#include <sys/types.h>
|
|
#include <stdint.h>
|
|
#define ots_ntohl(x) ntohl (x)
|
|
#define ots_ntohs(x) ntohs (x)
|