15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
$OpenBSD: patch-panels_printers_pp-utils_c,v 1.1 2011/09/12 17:24:56 ajacoutot Exp $
|
|
|
|
Fix build with cups >=1.5.0.
|
|
|
|
--- panels/printers/pp-utils.c.orig Mon Sep 12 19:07:08 2011
|
|
+++ panels/printers/pp-utils.c Mon Sep 12 19:07:33 2011
|
|
@@ -25,6 +25,7 @@
|
|
#include <glib/gstdio.h>
|
|
#include <gtk/gtk.h>
|
|
#include <cups/cups.h>
|
|
+#include <cups/ppd.h>
|
|
#include <dbus/dbus-glib.h>
|
|
|
|
#include "pp-utils.h"
|