diff options
Diffstat (limited to 'rust/qom/src/bindings.rs')
-rw-r--r-- | rust/qom/src/bindings.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/qom/src/bindings.rs b/rust/qom/src/bindings.rs index 9ffff12..91de42f 100644 --- a/rust/qom/src/bindings.rs +++ b/rust/qom/src/bindings.rs @@ -18,6 +18,8 @@ clippy::too_many_arguments )] +use glib_sys::{GHashTable, GHashTableIter, GList, GPtrArray, GQueue, GSList}; + #[cfg(MESON)] include!("bindings.inc.rs"); |