17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
$NetBSD: patch-ac,v 1.3 2010/12/20 20:53:47 adam 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>
|
|
|