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 f17146c6..64284cfa 100644 --- a/fitz/crypt_sha2.c +++ b/fitz/crypt_sha2.c @@ -7,7 +7,7 @@ This file has been put into the public domain. You can do whatever you want with this file. */ -#include "fitz.h" +#include "fitz-internal.h" static inline int isbigendian(void) { |