Skip to content

Commit 7340936

Browse files
committed
powerpc: Fix missing include in cabi_powerpc
1 parent 7776820 commit 7340936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_trans/trans/cabi_powerpc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
use libc::c_uint;
1112
use llvm;
1213
use llvm::{Integer, Pointer, Float, Double, Struct, Array};
1314
use llvm::{StructRetAttribute, ZExtAttribute};

0 commit comments

Comments
 (0)