openbsd-ports/print/gtklp/patches/patch-gtklp_gtklp_h
2011-09-08 10:34:25 +00:00

19 lines
387 B
Plaintext

$OpenBSD: patch-gtklp_gtklp_h,v 1.2 2011/09/08 10:34:25 ajacoutot Exp $
Fix build fix cups >=1.5.
--- gtklp/gtklp.h.orig Thu Feb 11 20:38:17 2010
+++ gtklp/gtklp.h Thu Sep 8 10:28:45 2011
@@ -24,9 +24,11 @@
#ifndef GTKLP_H
#define GTKLP_H
+#include <stdint.h>
#include <gtk/gtk.h>
#include <cups/cups.h>
#include <cups/http.h>
+#include <cups/ppd.h>
#include <defaults.h>