mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
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
|