From: David Carlier Date: Sun, 18 Feb 2018 19:36:42 +0000 (+0000) Subject: BUILD/MINOR: memory: stdint is needed for uintptr_t X-Git-Tag: v1.9-dev1~424 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=4ee76d0281a49d2e32f2e5705c1ad6ac5e5f7aa0;p=haproxy.git BUILD/MINOR: memory: stdint is needed for uintptr_t stdint.h is needed on OpenBSD for uintptr_t type. --- 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