c222b1694b
Submitted by: joerg
7 lines
114 B
C
7 lines
114 B
C
/* $FreeBSD$ */
|
|
#if __STDC__
|
|
#error "<malloc.h> has been replaced by <stdlib.h>"
|
|
#else
|
|
#include <stdlib.h>
|
|
#endif
|