diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2018-02-06 12:54:08 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2018-02-06 13:27:45 +0100 |
commit | f95c4e9ca03417427f76ab9529767734cefab2ff (patch) | |
tree | a9d6830a485eff353a05c12446e16f6124ee7236 /source/helpers/pkcs7 | |
parent | dca5cca4e129ab1e424ec86f5ceb325e7ee3d8cd (diff) | |
download | mupdf-f95c4e9ca03417427f76ab9529767734cefab2ff.tar.xz |
Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.
Diffstat (limited to 'source/helpers/pkcs7')
-rw-r--r-- | source/helpers/pkcs7/pkcs7-openssl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <limits.h> #include <string.h> /* Generated from resources/certs/AdobeCA.p7c */ |