mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
It is written in modern C++ and designed for high performance while consuming little resources (CPU and RAM). Consisting of just a dozen files, it can be easily built with BSD or GNU make.
9 lines
167 B
C++
9 lines
167 B
C++
--- misc/socket.cpp.orig 2022-10-02 10:17:41 UTC
|
|
+++ misc/socket.cpp
|
|
@@ -1,5 +1,6 @@
|
|
#include "socket.h"
|
|
|
|
+#include <array>
|
|
#include <cstring>
|
|
#include <cstdio>
|
|
|