xref: /freebsd/include/malloc.h (revision dd76c272b8a4c1a2c966c03f732f0344f9a18e21)
1 /* $FreeBSD$ */
2 #if __STDC__
3 #error "<malloc.h> has been replaced by <stdlib.h>"
4 #else
5 #include <stdlib.h>
6 #endif
7