aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>