diff options
Diffstat (limited to 'fitz/crypt_sha2.c')
-rw-r--r-- | fitz/crypt_sha2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/crypt_sha2.c b/fitz/crypt_sha2.c index dee0ccf7..62df2506 100644 --- a/fitz/crypt_sha2.c +++ b/fitz/crypt_sha2.c @@ -9,7 +9,7 @@ You can do whatever you want with this file. SHA-384 and SHA-512 were also taken from Crypto++ and adapted for fitz. */ -#include "fitz-internal.h" +#include "mupdf/fitz-internal.h" static inline int isbigendian(void) { |