From 852c5005ab0b4709a6efa125146b01902950d273 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 11 Jan 2019 08:07:25 -0800 Subject: Add a missing include --- common/almalloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/almalloc.h') diff --git a/common/almalloc.h b/common/almalloc.h index a2abc200..cc46f144 100644 --- a/common/almalloc.h +++ b/common/almalloc.h @@ -5,6 +5,7 @@ #include #include +#include /* Minimum alignment required by posix_memalign. */ #define DEF_ALIGN sizeof(void*) -- cgit v1.2.3