summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-03-09 12:13:16 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-22 16:52:43 +0000
commitc6335c4dea0787f03db73e27556b2614a9230567 (patch)
tree128578ca0e835dbc0f367cc2b9944ca74d939f5f
parent0891460045c862862945991a6b5ae506f3d6d58f (diff)
downloadghostpdl-gs10.01.0.tar.gz
Bug 706460: Add missing include in gdevdocx.cghostpdl-10.01.0gs10.01.0
Thanks to Bruno Voisin for spotting this.
-rw-r--r--devices/vector/gdevdocxw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/vector/gdevdocxw.c b/devices/vector/gdevdocxw.c
index d579db79d..0a5ac3aab 100644
--- a/devices/vector/gdevdocxw.c
+++ b/devices/vector/gdevdocxw.c
@@ -39,6 +39,7 @@
#include "doc_common.h"
#include "extract/extract.h"
+#include "extract/buffer.h"
#include <errno.h>