aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/lib.rs')
-rw-r--r--rustables/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustables/src/lib.rs b/rustables/src/lib.rs
index e5b5375..c5d53c0 100644
--- a/rustables/src/lib.rs
+++ b/rustables/src/lib.rs
@@ -54,6 +54,9 @@
use thiserror::Error;
+#[macro_use]
+extern crate log;
+
pub use rustables_sys;
use rustables_sys::libc;
use std::{convert::TryFrom, ffi::c_void, ops::Deref};