From a309fd02f97dbc35eb8b7d3bafdb219a7275f79b Mon Sep 17 00:00:00 2001 From: Doug Hogan Date: Mon, 7 Jan 2019 23:55:25 -0800 Subject: Add limits.h to the common header A number of files will do bounds checking. --- lib/crypto/c_src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/crypto/c_src/common.h b/lib/crypto/c_src/common.h index 1259ba1f36..237073c194 100644 --- a/lib/crypto/c_src/common.h +++ b/lib/crypto/c_src/common.h @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "openssl_config.h" -- cgit v1.2.3