diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-26 03:20:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-26 03:20:37 +0100 |
commit | 6c9bcc6f41bb738c216fc810246f60576d9ec6e4 (patch) | |
tree | a98834bbc2491c417743760d2869d1c066962b16 /include/fitz.h | |
parent | e8696b4046767fcbfc05056c13f919fdeff65158 (diff) | |
download | mupdf-6c9bcc6f41bb738c216fc810246f60576d9ec6e4.tar.xz |
cpu dependent skeleton
Diffstat (limited to 'include/fitz.h')
-rw-r--r-- | include/fitz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz.h b/include/fitz.h index 4aa56011..8c38652f 100644 --- a/include/fitz.h +++ b/include/fitz.h @@ -4,6 +4,7 @@ #define _FITZ_H_ #include "fitz/sysdep.h" +#include "fitz/cpudep.h" #include "fitz/base.h" #include "fitz/math.h" |