summaryrefslogtreecommitdiff
path: root/devel/indi/files/patch-indiserver_UnixServer.cpp
blob: 4e8dedb8a2ee2f278cada7f0301cd62f9648f967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- indiserver/UnixServer.cpp.orig	2025-03-31 09:12:20 UTC
+++ indiserver/UnixServer.cpp
@@ -25,6 +25,7 @@
 #include <sys/un.h>
 #include <sys/socket.h>
 #include <fcntl.h>
+#include <unistd.h>
 #ifdef ENABLE_INDI_SHARED_MEMORY
 
 std::string UnixServer::unixSocketPath = INDIUNIXSOCK;