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

@ -24,6 +24,8 @@
*
*/
#include <stdlib.h> /* Included because GCC4.4 wants it */
#include <string.h> /* Included because GCC4.4 wants it */
#include "serialiser/rsbaseserial.h"
#include "util/rsnet.h"

View File

@ -26,6 +26,8 @@
*
*/
#include <stdlib.h>
#include <string.h>
#include <map>
#include <string>
#include <iosfwd>

View File

@ -72,6 +72,8 @@
*
******************************************************************/
#include <stdlib.h>
#include <string.h>
#include <string>
#include "util/rsnet.h"

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