Files
ports/cad/openfpgaloader/files/patch-src_xvc__server.cpp
T
2026-03-08 13:53:26 -07:00

11 lines
239 B
C++

--- src/xvc_server.cpp.orig 2026-03-02 17:34:32 UTC
+++ src/xvc_server.cpp
@@ -9,6 +9,7 @@
#include <errno.h>
#include <netinet/tcp.h>
#include <unistd.h>
+#include <sys/socket.h> // for send
#include <cstring>
#include <stdexcept>