Fix build, mostly

This commit is contained in:
Jeremy Soller
2018-08-26 08:56:02 -06:00
parent c20ce5ffed
commit 277b9abcd5
38 changed files with 210 additions and 210 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ use platform;
use platform::{PalSocket, Sys};
use platform::types::*;
use self::constants::*;
mod constants;
use constants::*;
pub type in_addr_t = [u8; 4];
pub type in_port_t = u16;