summaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-02-28 12:05:51 +0000
committerRobin Watts <Robin.Watts@artifex.com>2023-02-28 12:54:36 +0000
commit73ec444add8554a165a11b7c69e270f04528c935 (patch)
tree24735745398361d8071a03c66b346262087873e3 /devices
parent39fe2d52140583d97a4c9a55ac73bff091f93d10 (diff)
downloadghostpdl-73ec444add8554a165a11b7c69e270f04528c935.tar.gz
Update gdevdocx.c for new extract include directory structure.
Diffstat (limited to 'devices')
-rw-r--r--devices/devs.mak4
-rw-r--r--devices/vector/gdevdocxw.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/devices/devs.mak b/devices/devs.mak
index 2b1119d18..a75c0a767 100644
--- a/devices/devs.mak
+++ b/devices/devs.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2022 Artifex Software, Inc.
+# Copyright (C) 2001-2023 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -685,7 +685,7 @@ $(DEVOBJ)gdevdocxw.$(OBJ) : $(DEVVECSRC)gdevdocxw.c $(GDEV) $(gdevkrnlsclass_h)
$(gsdevice_h) $(gxfont_h) $(gxfont0_h) $(gstext_h) $(gxfcid_h)\
$(gxgstate_h) $(gxpath_h) $(gsagl_h) $(DEVS_MAK) \
$(DEVVECSRC)doc_common.h $(MAKEDIRS)
- $(DEVCC) $(DEVO_)gdevdocxw.$(OBJ) $(C_) $(DEVVECSRC)gdevdocxw.c
+ $(DEVCC) $(DEVO_)gdevdocxw.$(OBJ) $(I_)$(EXTRACT_DIR)$(D)include$(_I) $(C_) $(DEVVECSRC)gdevdocxw.c
# Shared code used by txtwrite and docxwrite.
diff --git a/devices/vector/gdevdocxw.c b/devices/vector/gdevdocxw.c
index ec1b7276a..a92927a5e 100644
--- a/devices/vector/gdevdocxw.c
+++ b/devices/vector/gdevdocxw.c
@@ -38,7 +38,7 @@
#include "doc_common.h"
-#include "../../extract/include/extract.h"
+#include "extract/extract.h"
#include <errno.h>