summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/WOFFFileFormat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/WOFFFileFormat.cpp')
-rw-r--r--WebCore/platform/graphics/WOFFFileFormat.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/WOFFFileFormat.cpp b/WebCore/platform/graphics/WOFFFileFormat.cpp
index dc73603..908e288 100644
--- a/WebCore/platform/graphics/WOFFFileFormat.cpp
+++ b/WebCore/platform/graphics/WOFFFileFormat.cpp
@@ -32,6 +32,13 @@
#if !PLATFORM(WIN)
#include <zlib.h>
+#if PLATFORM(BREWMP)
+#include <AEEStdLib.h>
+#define htonl(x) HTONL(x)
+#define htons(x) HTONS(x)
+#define ntohl(x) NTOHL(x)
+#define ntohs(x) NTOHS(x)
+#endif
#else
#include "SoftLinking.h"