fixup! fix: make sesam-vitale build works even when having a lib.rs file

This commit is contained in:
Florian Briand 2024-07-27 16:36:40 +02:00
parent 27d73c5209
commit 72b83e9448
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

View File

@ -2,6 +2,7 @@
* libssv.rs
*
* Low level bindings to the SSVLIB dynamic library.
* TODO : look for creating a dedicated *-sys crate : https://kornel.ski/rust-sys-crate
*/
use libc::{ c_char, c_void, c_ushort, size_t };