From afcf7a75815fe60dd9c42e3f6c1aeecc15a75069 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 14 Jul 2017 00:47:21 +0200 Subject: [PATCH] Fix build against latest gtk-rs --- src/notification.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification.rs b/src/notification.rs index 1e74b474..0e7081e0 100644 --- a/src/notification.rs +++ b/src/notification.rs @@ -4,6 +4,7 @@ use gdk_pixbuf; use glib::translate::*; use glib; use glib_ffi; +use gobject_ffi; use std;