repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
emulators
/
fuse
/
patches
/
patch-ac
blob
5592cb1c6a748fa6cd1f8b62e4806603f5ce7e0e
1
$NetBSD$
2
3
--- ui/gtk/gtkui.c.orig 2010-12-20 20:17:04.000000000 +0000
4
+++ ui/gtk/gtkui.c
5
@@ -28,8 +28,10 @@
6
#include <stdio.h>
7
8
#include <gdk/gdkkeysyms.h>
9
-#include <gdk/gdkx.h>
10
#include <gtk/gtk.h>
11
+#ifndef GDK_WINDOWING_QUARTZ
12
+#include <gdk/gdkx.h>
13
+#endif
14
15
#include <glib.h>
16