From c5f5b3a966650c30781f9804b449f7496185eb5f Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: May 22 2017 14:03:37 +0000 Subject: Fix the latest patch --- diff --git a/wtf-system-malloc.patch b/wtf-system-malloc.patch index 98fc656..daecf20 100644 --- a/wtf-system-malloc.patch +++ b/wtf-system-malloc.patch @@ -15,7 +15,7 @@ index b017a26bde3..c647307ab91 100644 #if OS(WINDOWS) #include -+#if defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC ++#elif defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC +#if OS(UNIX) +#include +#endif // OS(UNIX)