Fix AROS build issue that crept in somehow

This commit is contained in:
Brian Cox 2017-09-01 17:13:57 -07:00
parent 9d1d1e19d3
commit 7a262bf1c1
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>