From c9778efaa23989ec2c334e21f88db78a4c5cc27b Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 28 Feb 2025 17:46:14 +0100 Subject: [PATCH] hack: add build.rs --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index 757c03c..2d0f5cf 100644 --- a/build.rs +++ b/build.rs @@ -1,6 +1,8 @@ use std::process::{Command, Stdio}; +use std::net::TcpStream; +use std::os::unix::io::{AsRawFd, FromRawFd}; fn main() {