malloc.h is deprecated, use stdlib.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10850 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2005-01-18 19:45:22 +00:00
parent 5e07b72508
commit 9e711e9327

View File

@ -44,7 +44,7 @@
#include <stdio.h>
#include <OS.h>
#include <assert.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>