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. --- gtkcalls_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtkcalls_unix.go') diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index 39effe1..c7b409a 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -11,7 +11,7 @@ import ( // #cgo pkg-config: gtk+-3.0 // #include -// #include +// #include "gtk_unix.h" import "C" type ( -- cgit v1.2.3