diff options
Diffstat (limited to 'gtkcasts_unix.go')
| -rw-r--r-- | gtkcasts_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtk/gtk.h> +// #include "gtk_unix.h" import "C" func fromgbool(b C.gboolean) bool { |
