diff options
Diffstat (limited to 'gtkcalls_unix.go')
| -rw-r--r-- | gtkcalls_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> -// #include <gtk/gtk.h> +// #include "gtk_unix.h" import "C" type ( |
