mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
$NetBSD: patch-gtkextra_gtkcharsel_c,v 1.1 2012/05/06 17:08:27 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- gtkextra/gtkcharsel.c~ 2004-08-27 21:46:14.000000000 +0000
|
|
+++ gtkextra/gtkcharsel.c
|
|
@@ -18,7 +18,7 @@
|
|
*/
|
|
|
|
#include <gtk/gtk.h>
|
|
-#include <glib/gunicode.h>
|
|
+#include <glib.h>
|
|
|
|
#include <string.h>
|
|
#include "gtkcharsel.h"
|