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