From 19424d980c051ecfbbd89f8693ed9cb28c16cbfc Mon Sep 17 00:00:00 2001 From: "Srivats P." Date: Mon, 4 Jun 2012 21:46:57 +0530 Subject: [PATCH] Added missing include for unistd.h since gcc 4.7 refuses to compile without it --- server/linuxport.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/linuxport.cpp b/server/linuxport.cpp index b5f7178..a04df1e 100644 --- a/server/linuxport.cpp +++ b/server/linuxport.cpp @@ -32,6 +32,7 @@ along with this program. If not, see #include #include #include +#include #include