summarylogtreecommitdiffstats
path: root/Add-include-cups-ppd.h.patch
blob: 266906d5dfbd5ab2254ace5cb1f233920cd36371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From a5cd2164661b2b8d7bf3ffc64f0632541088a028 Mon Sep 17 00:00:00 2001
From: Didier Raboud <odyx@debian.org>
Date: Sat, 24 Sep 2016 19:04:32 +0200
Subject: Add 'include <cups/ppd.h>' as CUPS 2.2 moved some definitions to
 ppd.h

---
 rastertoptch.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rastertoptch.c b/rastertoptch.c
index 33e7193..9d4db16 100644
--- a/rastertoptch.c
+++ b/rastertoptch.c
@@ -312,6 +312,7 @@
 #include <math.h>
 #include <cups/raster.h>
 #include <cups/cups.h>
+#include <cups/ppd.h>
 
 #if STDC_HEADERS
 # include <string.h>