* <malloc.h> is deprecated, replaced with <stdlib.h>.

git-svn-id: svn://svn.zoy.org/elk/trunk@107 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-06 14:46:24 +00:00
parent 666572f3e3
commit 35b62e4e29
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
*/
#include <stdint.h>
#include <malloc.h>
#include <stdlib.h>
typedef struct {
int64_t data;

View File

@ -33,7 +33,7 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>

View File

@ -34,7 +34,7 @@
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>