From f95c4e9ca03417427f76ab9529767734cefab2ff Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Tue, 6 Feb 2018 12:54:08 +0100 Subject: Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used. --- source/helpers/pkcs7/pkcs7-openssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/helpers') diff --git a/source/helpers/pkcs7/pkcs7-openssl.c b/source/helpers/pkcs7/pkcs7-openssl.c index a9916f5c..7bbda55e 100644 --- a/source/helpers/pkcs7/pkcs7-openssl.c +++ b/source/helpers/pkcs7/pkcs7-openssl.c @@ -3,6 +3,7 @@ #include "../../fitz/fitz-imp.h" #include "mupdf/helpers/pkcs7-openssl.h" +#include #include /* Generated from resources/certs/AdobeCA.p7c */ -- cgit v1.2.3