mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
$NetBSD: patch-ac,v 1.1 2016/01/17 14:27:38 wiz Exp $
|
|
|
|
--- ui/gtk/gtkui.c.orig 2010-12-20 20:17:04.000000000 +0000
|
|
+++ ui/gtk/gtkui.c
|
|
@@ -28,8 +28,10 @@
|
|
#include <stdio.h>
|
|
|
|
#include <gdk/gdkkeysyms.h>
|
|
-#include <gdk/gdkx.h>
|
|
#include <gtk/gtk.h>
|
|
+#ifndef GDK_WINDOWING_QUARTZ
|
|
+#include <gdk/gdkx.h>
|
|
+#endif
|
|
|
|
#include <glib.h>
|
|
|