Add forgotten use std::ptr.
This commit is contained in:
@@ -24,6 +24,7 @@ pub struct Application {
|
||||
pub mod ffi {
|
||||
use super::Application;
|
||||
use std::ffi::{c_int, c_void};
|
||||
use std::ptr;
|
||||
|
||||
#[unsafe(no_mangle)]
|
||||
pub unsafe extern "C" fn wApplicationGetMainWindow(app: *mut Application) -> x11::xlib::Window {
|
||||
|
||||
Reference in New Issue
Block a user