Skip to content

Commit 37a2884

Browse files
committed
Make crate libc import public.
1 parent 6e99ad6 commit 37a2884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#[macro_use]
1414
extern crate bitflags;
1515

16-
extern crate libc;
16+
pub extern crate libc;
1717

1818
#[cfg(test)]
1919
extern crate nix_test as nixtest;

0 commit comments

Comments
 (0)