Fix AROS build issue that crept in somehow
This commit is contained in:
parent
9d1d1e19d3
commit
7a262bf1c1
|
@ -78,7 +78,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <time.h>
|
||||
#if defined(HAVE_MALLOC_H)
|
||||
#if HAVE_MALLOC_H && !IS_AROS
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
|
|
@ -515,7 +515,7 @@ const int MIN_NUM_STATES = 20;
|
|||
//#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#if HAVE_MALLOC_H && !IS_AROS
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue