mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
074671af29
commit
f481dbef59
8 changed files with 8 additions and 1 deletions
|
@ -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 ******************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue