Removed references to malloc.h Allocating and freeing memory
is now handled by stdlib.h
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include <ctype.h>
|
||||
#include <utmp.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user