diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ #[macro_use] extern crate lazy_static; +#[macro_use] +extern crate shared_library; + extern crate gl_common; extern crate libc; |