malloc.h is obsolete, use stdlib.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6231 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
// Description: Class for low-overhead port-based messaging
|
// Description: Class for low-overhead port-based messaging
|
||||||
//
|
//
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
#include <malloc.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <ServerProtocol.h>
|
#include <ServerProtocol.h>
|
||||||
#include "PortLink.h"
|
#include "PortLink.h"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#include <Session.h>
|
#include <Session.h>
|
||||||
#include <malloc.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef DEBUG_BSESSION
|
#ifdef DEBUG_BSESSION
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user