summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
blob: 5d7d7e8396d3f416cec3e7a959a22aced9b25732 (plain)
1
2
3
4
5
6
/* $FreeBSD$ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif
OpenPOWER on IntegriCloud