mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
lib/util now includes stdlib.h where needed
This commit is contained in:
parent
5eebfe6ba6
commit
9f669d0121
@ -91,7 +91,7 @@
|
||||
#include "chd.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -37,6 +37,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "aviio.h"
|
||||
|
||||
|
||||
|
@ -39,6 +39,8 @@
|
||||
|
||||
#include "bitmap.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <new>
|
||||
#endif
|
||||
|
@ -47,6 +47,8 @@
|
||||
|
||||
#include "cdrom.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -44,6 +44,8 @@
|
||||
#include <zlib.h>
|
||||
#include <time.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
|
||||
#include "harddisk.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -125,6 +125,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "huffman.h"
|
||||
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include "options.h"
|
||||
#include "astring.h"
|
||||
|
@ -38,6 +38,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "palette.h"
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
|
@ -38,6 +38,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <zlib.h>
|
||||
#include "png.h"
|
||||
|
||||
|
@ -39,6 +39,8 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pool.h"
|
||||
#include "coreutil.h"
|
||||
|
||||
|
@ -39,6 +39,8 @@
|
||||
|
||||
#include "tagmap.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
FUNCTION PROTOTYPES
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "unzip.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <zlib.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user