summaryrefslogtreecommitdiff
path: root/www/webkit2-gtk3/files/patch-Source_WTF_wtf_unix_MemoryPressureHandlerUnix.cpp
blob: a4e820ab8dbd05d636749134f6240e747176ebc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp.orig	2021-09-22 23:05:58 UTC
+++ Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp
@@ -28,7 +28,7 @@
 #include "config.h"
 #include <wtf/MemoryPressureHandler.h>
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <wtf/Logging.h>
 #include <wtf/MainThread.h>