malloc.h is obsolete, use stdlib.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4508 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-09-04 19:57:56 +00:00
parent e8cf08732d
commit 6cb536dd5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Standard Includes ----------------------------------------------------------- // Standard Includes -----------------------------------------------------------
#include <malloc.h> #include <stdlib.h>
#include <string.h> #include <string.h>
// System Includes ------------------------------------------------------------- // System Includes -------------------------------------------------------------
+1 -1
View File
@@ -23,7 +23,7 @@
#include <BlockCache.h> #include <BlockCache.h>
#include <Debug.h> #include <Debug.h>
#include <string.h> #include <string.h>
#include <malloc.h> #include <stdlib.h>
#include <new> #include <new>
#define MAGIC1 0x9183f4d9 #define MAGIC1 0x9183f4d9