summaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-03-09 12:13:16 +0000
committerRobin Watts <Robin.Watts@artifex.com>2023-03-09 12:15:40 +0000
commitaed69e8fb4116974ecdf2401ba1df7ac2ef7b996 (patch)
treeb1d7615c8db3ac761baff48e0d675f7415c20863 /devices
parent6841d770c84b4124511d81b71c5ec1eaedcf105b (diff)
downloadghostpdl-aed69e8fb4116974ecdf2401ba1df7ac2ef7b996.tar.gz
Bug 706460: Add missing include in gdevdocx.c
Thanks to Bruno Voisin for spotting this.
Diffstat (limited to 'devices')
-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>