freebsd-ports/comms/ebusd/files/patch-src_lib_utils_tcpsocket.h
2019-09-27 00:38:02 +00:00

10 lines
243 B
C++

--- src/lib/utils/tcpsocket.h.orig 2018-12-26 15:38:15 UTC
+++ src/lib/utils/tcpsocket.h
@@ -21,6 +21,7 @@
#include <unistd.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <sys/time.h>
#include <stdint.h>
#include <string>