Explorar o código

Add mman to lib.rs

Jeremy Soller %!s(int64=7) %!d(string=hai) anos
pai
achega
5002dd720f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -7,6 +7,7 @@ extern crate platform;
 extern crate ctype;
 extern crate fcntl;
 extern crate grp;
+extern crate mman;
 extern crate stdio;
 extern crate stdlib;
 extern crate string;