diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-01-30 15:12:00 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-01-30 15:12:00 +0100 |
commit | 1e3461a02021fba4d27c4f7678f0ad21d8954eee (patch) | |
tree | 23317b77247c45c204016907e09e3a84e2ddfc25 /apps/x11_main.c | |
parent | 99401f12b3969404996dbbeb5a6bff58e3451781 (diff) | |
download | mupdf-1e3461a02021fba4d27c4f7678f0ad21d8954eee.tar.xz |
Add CBZ (comic book zip-file) parser.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r-- | apps/x11_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c index 907b843c..6815037a 100644 --- a/apps/x11_main.c +++ b/apps/x11_main.c @@ -1,6 +1,7 @@ #include "fitz.h" #include "mupdf.h" #include "muxps.h" +#include "mucbz.h" #include "pdfapp.h" #include <X11/Xlib.h> |