mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
AIX needs stdlib.h so malloc is defined
This commit is contained in:
parent
7d7d5faa18
commit
796976d7b8
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <qtypes.h>
|
||||
#include <common.h>
|
||||
#include <crc.h>
|
||||
|
|
Loading…
Reference in a new issue