mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01: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
|