Fix build against latest glib

This commit is contained in:
2017-07-19 19:46:29 +02:00
parent afcf7a7581
commit 843fb0c731
2 changed files with 3 additions and 1 deletions

2
gir

Submodule gir updated: 89daf8f600...ac9a8dadb6

View File

@@ -5,6 +5,8 @@ use glib::translate::*;
use glib;
use glib_ffi;
use gobject_ffi;
use std::mem;
use std::ptr;
use std;