Parcourir la source

Add mman to lib.rs

Jeremy Soller il y a 7 ans
Parent
commit
5002dd720f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;