summaryrefslogtreecommitdiff
path: root/base/gdevdcrd.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2018-12-12 12:48:39 +0000
committerRobin Watts <robin.watts@artifex.com>2018-12-14 19:34:59 +0000
commit085c795835284d2f0d91ebc87faf5b2da1376bca (patch)
tree0d4c6bdfa82a2020cb249d4d1526531be5f95ad5 /base/gdevdcrd.h
parent9d23c4d9a6c02416341992d8b29226273df07af8 (diff)
downloadghostpdl-085c795835284d2f0d91ebc87faf5b2da1376bca.tar.gz
Fix header inclusions.
Run a release build on a linux machine to make arch.h etc. Then run toolbin/headercompile.pl to test compiling each headerfile by itself. Resolve all the missing #includes, add missing repeated include guards and copyright statements. Also, update all the header dependencies in the makefiles. It is possible that the object dependencies in the makefiles can be simplified now, but that's a task for another day.
Diffstat (limited to 'base/gdevdcrd.h')
-rw-r--r--base/gdevdcrd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/gdevdcrd.h b/base/gdevdcrd.h
index 3fd313f22..5ef4c9da9 100644
--- a/base/gdevdcrd.h
+++ b/base/gdevdcrd.h
@@ -18,6 +18,8 @@
#ifndef gdevdcrd_INCLUDED
#define gdevdcrd_INCLUDED
+#include "gxdevcli.h"
+
/* Implement get_params for a sample device CRD. */
int sample_device_crd_get_params(gx_device *pdev, gs_param_list *plist,
const char *crd_param_name);