Added includes for GCC4.4

#include <stdlib.h>
#include <string.h>



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@596 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-13 16:02:36 +00:00
parent 2c7df4aba1
commit 14bdaaf964
4 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#define RS_UNIVERSAL_NETWORK_HEADER
#include <inttypes.h>
#include <stdlib.h> /* Included because GCC4.4 wants it */
#include <string.h> /* Included because GCC4.4 wants it */
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/
#ifndef WINDOWS_SYS