From 209bb758e29f4774372aff68f616d6dc3ede0ec5 Mon Sep 17 00:00:00 2001 From: defnax Date: Sun, 8 Feb 2009 21:07:11 +0000 Subject: [PATCH] added #include which is needed when compiling with MinGW/cgywin under Windows. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1024 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/tcponudp/tou.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretroshare/src/tcponudp/tou.h b/libretroshare/src/tcponudp/tou.h index 49a797d35..3c5461d1a 100644 --- a/libretroshare/src/tcponudp/tou.h +++ b/libretroshare/src/tcponudp/tou.h @@ -43,6 +43,7 @@ #include #include #include + #include typedef int socklen_t; #endif