From 63f8033f49532fcbd294a40743348a8009ff81fd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 16 Mar 2014 10:34:12 -0400 Subject: Split out includes of into a new header file so the GTK+ versioning macros can be included in all Go files, not just area_unix.go. --- listbox_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbox_unix.go') 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 -// #include +// #include "gtk_unix.h" // /* because cgo seems to choke on ... */ // void gtkTreeModelGet(GtkTreeModel *model, GtkTreeIter *iter, gchar **gs) // { -- cgit v1.2.3