From c1827e0ee4f6f525d2fe8977e74c54f26b65d4ef Mon Sep 17 00:00:00 2001 From: angelo Date: Wed, 4 Jun 1997 07:45:46 +0000 Subject: [PATCH] Aggiunto include di stdlib.h git-svn-id: svn://10.65.10.50/trunk@4520 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/netsock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netsock.cpp b/include/netsock.cpp index 638825edd..d836c9234 100755 --- a/include/netsock.cpp +++ b/include/netsock.cpp @@ -19,6 +19,7 @@ // [JCW 96-Jan-01] removed UDP capabilities from skstream #include +#include #include "winsock.h"