Skip to content

Commit

Permalink
fix build error when building as a dependency of another program
Browse files Browse the repository at this point in the history
  • Loading branch information
orumin committed Jul 22, 2017
1 parent 5f5a8b9 commit 660d29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ use core::{default, fmt, ptr, slice};

use void::CVoid;

use systemtable;

/// Type for EFI_HANDLE.
#[derive(Copy, Clone, Debug)]
#[repr(C)]
Expand Down

0 comments on commit 660d29c

Please sign in to comment.