mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
348 B
C
15 lines
348 B
C
$NetBSD: patch-gtklp_gtklp.h,v 1.1 2011/11/20 08:29:37 sbd Exp $
|
|
|
|
With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>.
|
|
|
|
--- gtklp/gtklp.h.orig 2009-06-21 12:25:37.000000000 +0000
|
|
+++ gtklp/gtklp.h
|
|
@@ -26,6 +26,7 @@
|
|
|
|
#include <gtk/gtk.h>
|
|
#include <cups/cups.h>
|
|
+#include <cups/ppd.h>
|
|
#include <cups/http.h>
|
|
|
|
#include <defaults.h>
|