Traditionally work in the -traditional case.

Submitted by:	joerg
This commit is contained in:
obrien 2001-11-07 23:14:31 +00:00
parent 2b2a00534a
commit 7994503f08

View File

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