lib/util now includes stdlib.h where needed

This commit is contained in:
Couriersud 2010-01-17 20:15:47 +00:00
parent 5eebfe6ba6
commit 9f669d0121
13 changed files with 21 additions and 1 deletions

View File

@ -91,7 +91,7 @@
#include "chd.h"
#include <math.h>
#include <stdlib.h>
/***************************************************************************

View File

@ -37,6 +37,8 @@
***************************************************************************/
#include <stdlib.h>
#include "aviio.h"

View File

@ -39,6 +39,8 @@
#include "bitmap.h"
#include <stdlib.h>
#ifdef __cplusplus
#include <new>
#endif

View File

@ -47,6 +47,8 @@
#include "cdrom.h"
#include <stdlib.h>
/***************************************************************************

View File

@ -44,6 +44,8 @@
#include <zlib.h>
#include <time.h>
#include <stddef.h>
#include <stdlib.h>

View File

@ -39,6 +39,7 @@
#include "harddisk.h"
#include <stdlib.h>
/***************************************************************************

View File

@ -125,6 +125,8 @@
***************************************************************************/
#include <stdlib.h>
#include "huffman.h"

View File

@ -38,6 +38,7 @@
***************************************************************************/
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include "options.h"
#include "astring.h"

View File

@ -38,6 +38,7 @@
******************************************************************************/
#include "palette.h"
#include <stdlib.h>
#include <math.h>

View File

@ -38,6 +38,8 @@
***************************************************************************/
#include <math.h>
#include <stdlib.h>
#include <zlib.h>
#include "png.h"

View File

@ -39,6 +39,8 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include "pool.h"
#include "coreutil.h"

View File

@ -39,6 +39,8 @@
#include "tagmap.h"
#include <stdlib.h>
/***************************************************************************
FUNCTION PROTOTYPES

View File

@ -41,6 +41,7 @@
#include "unzip.h"
#include <ctype.h>
#include <stdlib.h>
#include <zlib.h>