summaryrefslogtreecommitdiff
path: root/stream/obj_parse.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-06-04 16:21:07 +0200
committerTor Andersson <tor@ghostscript.com>2005-06-04 16:21:07 +0200
commit73606187c9598c4bb1c1fea132e9cef1dc14c838 (patch)
tree71c49b1a4ef638ec9787fc1bee69df075f75bedb /stream/obj_parse.c
parent7ee19483ed81a885f464d4e93f4eefb3d4037d30 (diff)
downloadmupdf-73606187c9598c4bb1c1fea132e9cef1dc14c838.tar.xz
new world order ii -- revenge of the header files
Diffstat (limited to 'stream/obj_parse.c')
-rw-r--r--stream/obj_parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/obj_parse.c b/stream/obj_parse.c
index c3f3d3dc..bd8133a2 100644
--- a/stream/obj_parse.c
+++ b/stream/obj_parse.c
@@ -1,4 +1,5 @@
-#include <fitz.h>
+#include "fitz-base.h"
+#include "fitz-stream.h"
struct vap { va_list ap; };