4c268ef31a
of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion)
6 lines
125 B
C
6 lines
125 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|