mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 23:13:54 -04:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
$NetBSD: patch-src_ario-util_h,v 1.1 2012/05/06 19:06:21 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/ario-util.h~ 2011-02-27 15:07:31.000000000 +0000
|
|
+++ src/ario-util.h
|
|
@@ -18,7 +18,7 @@
|
|
*/
|
|
|
|
#include "servers/ario-server.h"
|
|
-#include "glib/gslist.h"
|
|
+#include "glib.h"
|
|
#include "gdk/gdkpixbuf.h"
|
|
|
|
/* Number of covers used to generate the drag & drop image */
|