aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorFabian Kosmale <[email protected]>2024-06-18 11:18:58 +0200
committerFabian Kosmale <[email protected]>2024-06-26 09:58:15 +0200
commitc1bc8cea75008161426b53e90f5a1b4da4645638 (patch)
tree422e1ce333f8fc603a0bd0fd2b8bea9a3d606167 /src/3rdparty
parent52cd181777d0578d8ea06eb592242a58b20e995c (diff)
OSAllocatorPosix.cpp: Don't rely on transitive includes
Change-Id: Ie65ac757ecfd016d818395670c7d021e0e989ebb Reviewed-by: Olivier De Cannière <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/masm/wtf/OSAllocatorPosix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp
index 5f95d0e9c8..b63bf191d5 100644
--- a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp
+++ b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp
@@ -33,6 +33,7 @@
#include "PageAllocation.h"
#include <errno.h>
#include <sys/mman.h>
+#include <string.h>
#include <wtf/Assertions.h>
#include <wtf/UnusedParam.h>