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