Skip to content

Commit

Permalink
powerpc: Fix missing include in cabi_powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jan 12, 2015
1 parent 7776820 commit 7340936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_trans/trans/cabi_powerpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

use libc::c_uint;
use llvm;
use llvm::{Integer, Pointer, Float, Double, Struct, Array};
use llvm::{StructRetAttribute, ZExtAttribute};
Expand Down

0 comments on commit 7340936

Please sign in to comment.