Fix compiler warnings

This commit is contained in:
Ospald, Julian 2017-07-11 14:46:29 +02:00
parent e789326c83
commit d2a17eba0b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#![allow(non_camel_case_types, non_upper_case_globals)]
extern crate libc;
#[macro_use] extern crate bitflags;
extern crate bitflags;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gdk_pixbuf_sys as gdk_pixbuf;