فهرست منبع

Add mman to lib.rs

Jeremy Soller 7 سال پیش
والد
کامیت
5002dd720f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;