- Fixed: Removing malloc.h for every system because FreeBSD doesn't like
it is wrong. SVN r1525 (trunk)
This commit is contained in:
parent
a908834a11
commit
cc9efce818
2 changed files with 7 additions and 2 deletions
|
|
@ -32,7 +32,12 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <stdlib.h>
|
||||
#include <malloc_np.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "i_system.h"
|
||||
#include "dobject.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue