mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
$NetBSD: patch-libgnomecups_gnome-cups-init_h,v 1.1 2012/05/07 00:31:46 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgnomecups/gnome-cups-init.h~ 2007-01-02 00:18:51.000000000 +0000
|
|
+++ libgnomecups/gnome-cups-init.h
|
|
@@ -1,8 +1,7 @@
|
|
#ifndef GNOME_CUPS_INIT
|
|
#define GNOME_CUPS_INIT
|
|
|
|
-#include <glib/gtypes.h>
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|