summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-08-29 15:27:45 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-09-03 11:25:47 +0200
commit5d37b6096afe4cb76571b32a95f4aca5f98572ec (patch)
treed83683a23c4bb2e218cd03ef10a7dd1786727a20 /include/mupdf/fitz.h
parentf66ab69b6a8c7112779e61c6ed7d253d8798f9f1 (diff)
downloadmupdf-5d37b6096afe4cb76571b32a95f4aca5f98572ec.tar.xz
Add FZ_VERSION define. Check header and library version compatibility.
Diffstat (limited to 'include/mupdf/fitz.h')
-rw-r--r--include/mupdf/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index 02c5778a..6cc13efe 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -1,6 +1,7 @@
#ifndef MUDPF_FITZ_H
#define MUDPF_FITZ_H
+#include "mupdf/fitz/version.h"
#include "mupdf/fitz/system.h"
#include "mupdf/fitz/context.h"