From: Bernhard Sessler Date: Tue, 4 Feb 2014 15:19:48 +0100 Subject: [PATCH] gnutls.cpp: Include unistd.h for ::read() and ::write() calls Signed-off-by: Bernhard Sessler --- framework/common/gnutls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/common/gnutls.cpp b/framework/common/gnutls.cpp index f1c019b..8b23928 100644 --- a/framework/common/gnutls.cpp +++ b/framework/common/gnutls.cpp @@ -31,6 +31,7 @@ #include "tnt/tntnet.h" #include #include +#include #include #include #include