add include for latest gcc. Comment usleep fonction in tou_net.h

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-20 22:02:43 +00:00
parent 074671af29
commit f481dbef59
8 changed files with 8 additions and 1 deletions

View file

@ -118,7 +118,7 @@ int tounet_w2u_errno(int error);
* void Sleep(int ms);
*/
void sleep(int sec);
void usleep(int usec);
//void usleep(int usec);
#endif
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/