Add ptr import (fixup #28187)

This commit is contained in:
Manish Goregaokar 2015-09-04 00:03:38 +05:30
parent 94807b2f9c
commit e6e175b828

View File

@ -146,7 +146,7 @@ mod imp {
target_os = "netbsd",
target_os = "openbsd")))]
mod imp {
use libc;
use ptr;
pub unsafe fn init() {
}