Fix documentation

This commit is contained in:
Jeremy Soller
2017-09-26 13:57:16 -06:00
parent 9a9f5d17cb
commit bdff0dd004
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ use interrupt;
use context;
use context::ContextId;
use context::file::FileDescriptor;
#[cfg(not(feature="doc"))]
use elf::{self, program_header};
use scheme::FileHandle;
use syscall;