1
Fork 0

Fix a test that was missed in the liblog PR

This commit is contained in:
Edward Wang 2014-03-16 21:18:17 +08:00
parent d73c899383
commit cdd4f6e65d

View file

@ -13,6 +13,10 @@
// ignore-android needs extra network permissions
// exec-env:RUST_LOG=debug
#[feature(phase)];
#[phase(syntax, link)]
extern crate log;
use std::libc;
use std::io::net::ip::{Ipv4Addr, SocketAddr};
use std::io::net::tcp::{TcpListener, TcpStream};