diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-06-04 16:21:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-06-04 16:21:07 +0200 |
commit | 73606187c9598c4bb1c1fea132e9cef1dc14c838 (patch) | |
tree | 71c49b1a4ef638ec9787fc1bee69df075f75bedb /stream/crypt_md5.c | |
parent | 7ee19483ed81a885f464d4e93f4eefb3d4037d30 (diff) | |
download | mupdf-73606187c9598c4bb1c1fea132e9cef1dc14c838.tar.xz |
new world order ii -- revenge of the header files
Diffstat (limited to 'stream/crypt_md5.c')
-rw-r--r-- | stream/crypt_md5.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/crypt_md5.c b/stream/crypt_md5.c index 03601e5b..cf20024b 100644 --- a/stream/crypt_md5.c +++ b/stream/crypt_md5.c @@ -23,7 +23,8 @@ These notices must be retained in any copies of any part of this documentation and/or software. */ -#include <fitz.h> +#include "fitz-base.h" +#include "fitz-stream.h" /* Constants for MD5Transform routine */ enum |