aboutsummaryrefslogtreecommitdiff
path: root/include/malloc.h
blob: 0305d6194d9d0560df6c1d210b097effd1e9573a (plain) (blame)
1
2
3
4
5
6
/* $FreeBSD: src/include/malloc.h,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif