xref: /freebsd/include/malloc.h (revision 4c268ef31a08e278f6b2896578089b9a4ef93054)
1 #if __GNUC__
2 #warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
3 #endif
4 
5 #include <stdlib.h>
6