summaryrefslogtreecommitdiff
path: root/src/cos_object.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-19 23:55:30 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-19 23:55:30 +0000
commite9d3ec85ad043523a47c0eef2a1662e79184e3b3 (patch)
treef8a08ba1cc125a2a18c8f9719fb73fc5b8977f3e /src/cos_object.c
parenta686f1b43b9474376d6bf52352d2b82b4e618769 (diff)
downloadlibnspdf-e9d3ec85ad043523a47c0eef2a1662e79184e3b3.tar.gz
libnspdf-e9d3ec85ad043523a47c0eef2a1662e79184e3b3.tar.bz2
convert to using stream offset type for stream offsets
Diffstat (limited to 'src/cos_object.c')
-rw-r--r--src/cos_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cos_object.c b/src/cos_object.c
index 4398822..c7ec4e6 100644
--- a/src/cos_object.c
+++ b/src/cos_object.c
@@ -16,6 +16,7 @@
#include <nspdf/errors.h>
+#include "xref.h"
#include "cos_object.h"
#include "cos_parse.h"
#include "pdf_doc.h"