blob: a51a194950a26165b1e21e6a487eaa7e10da2bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aj,v 1.2 2014/04/26 13:51:40 wiz Exp $
http://bugs.ghostscript.com/show_bug.cgi?id=690883
--- base/gxpcolor.h.orig 2009-09-14 10:49:17.000000000 +0200
+++ base/gxpcolor.h 2009-09-14 10:49:42.000000000 +0200
@@ -18,6 +18,7 @@
#ifndef gxpcolor_INCLUDED
# define gxpcolor_INCLUDED
+#include "gxdcolor.h"
#include "gspcolor.h"
#include "gxcspace.h"
#include "gxdevice.h"
|