summaryrefslogtreecommitdiff
path: root/devel/indi/files/patch-indiserver_TcpServer.cpp
blob: 006803bd56809adac40a8f6fd7f4fda6077d704d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- indiserver/TcpServer.cpp.orig	2025-03-31 09:12:20 UTC
+++ indiserver/TcpServer.cpp
@@ -25,6 +25,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <fcntl.h>
+#include <sys/socket.h>
 
 TcpServer::TcpServer(int port): port(port)
 {