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