summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-30 15:12:00 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-30 15:12:00 +0100
commit1e3461a02021fba4d27c4f7678f0ad21d8954eee (patch)
tree23317b77247c45c204016907e09e3a84e2ddfc25 /apps/x11_main.c
parent99401f12b3969404996dbbeb5a6bff58e3451781 (diff)
downloadmupdf-1e3461a02021fba4d27c4f7678f0ad21d8954eee.tar.xz
Add CBZ (comic book zip-file) parser.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c1
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>