From 4ee76d0281a49d2e32f2e5705c1ad6ac5e5f7aa0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sun, 18 Feb 2018 19:36:42 +0000 Subject: [PATCH] BUILD/MINOR: memory: stdint is needed for uintptr_t stdint.h is needed on OpenBSD for uintptr_t type. --- include/common/memory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/memory.h b/include/common/memory.h index 9ec9fc7ef..fce0d5fe9 100644 --- a/include/common/memory.h +++ b/include/common/memory.h @@ -26,6 +26,7 @@ #include #include +#include #include #include