xref: /freebsd/include/malloc.h (revision c678bc4f13a340ad88debe321afd0097db2590cb)
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