blob: 9eb983136c90ef9c9e4c009db7104fa6f7755516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-libgnomecups_gnome-cups-queue.h,v 1.1 2014/06/13 22:10:24 schnoebe Exp $
--- libgnomecups/gnome-cups-queue.h.orig 2007-01-02 00:18:51.000000000 +0000
+++ libgnomecups/gnome-cups-queue.h
@@ -3,6 +3,10 @@
#include <glib.h>
#include <glib-object.h>
+/* transitional, until modified to use the ipp_attribute_t accessors */
+#ifndef _IPP_PRIVATE_STRUCTURES
+# define _IPP_PRIVATE_STRUCTURES 1
+#endif
#include <cups/ipp.h>
G_BEGIN_DECLS
|