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. --- gtkcasts_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtkcasts_unix.go') diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go index b459c46..b4fe95b 100644 --- a/gtkcasts_unix.go +++ b/gtkcasts_unix.go @@ -14,7 +14,7 @@ import ( // Listbox casts are stored in listbox_unix.go // #cgo pkg-config: gtk+-3.0 -// #include +// #include "gtk_unix.h" import "C" func fromgbool(b C.gboolean) bool { -- cgit v1.2.3