<malloc.h> ain't a standard header. Should fix the build on platforms that

don't have it.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21546 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-07-03 14:17:03 +00:00
parent d1e58a8ab0
commit ccaa095f9c
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
#include <assert.h>
#include <ctype.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -28,8 +28,8 @@
#include <assert.h>
#include <ctype.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>