summaryrefslogtreecommitdiff
path: root/listbox_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-16 10:34:12 -0400
committerPietro Gagliardi <[email protected]>2014-03-16 10:34:12 -0400
commit63f8033f49532fcbd294a40743348a8009ff81fd (patch)
tree403ca4557172097cd1e2c71f755b7f637556f6f8 /listbox_unix.go
parent7b95e735d68893aecf8d7419e4034480793e3c70 (diff)
Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioning macros can be included in all Go files, not just area_unix.go.
Diffstat (limited to 'listbox_unix.go')
-rw-r--r--listbox_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/listbox_unix.go b/listbox_unix.go
index 96db13c..fd9995e 100644
--- a/listbox_unix.go
+++ b/listbox_unix.go
@@ -30,7 +30,7 @@ and the GTK+ reference documentation.
// #cgo pkg-config: gtk+-3.0
// #include <stdlib.h>
-// #include <gtk/gtk.h>
+// #include "gtk_unix.h"
// /* because cgo seems to choke on ... */
// void gtkTreeModelGet(GtkTreeModel *model, GtkTreeIter *iter, gchar **gs)
// {