Traditionally work in the -traditional case.

Submitted by:	joerg
This commit is contained in:
David E. O'Brien 2001-11-07 23:14:31 +00:00
parent 9bf4b82fc9
commit c222b1694b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86178

View file

@ -1,2 +1,6 @@
/* $FreeBSD$ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif