summaryrefslogtreecommitdiff
path: root/systest/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systest/src/main.rs')
-rw-r--r--systest/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/systest/src/main.rs b/systest/src/main.rs
index 7fe430a..d020e50 100644
--- a/systest/src/main.rs
+++ b/systest/src/main.rs
@@ -1,7 +1,7 @@
#![allow(bad_style, improper_ctypes)]
-extern crate libssh2_sys;
extern crate libc;
+extern crate libssh2_sys;
use libc::*;
use libssh2_sys::*;