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