Fixed up build to not use concat and rely on cargo/compiler to do this

work

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2021-05-26 01:58:21 -07:00
parent 2dd5f490c7
commit 97da6e976c
6 changed files with 10 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ use std::os::raw::c_int;
use std::time::Duration;
//use std::cmp;
use crate::libzt::*;
use crate::socket::Socket;
use crate::utils::*;