mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
6 lines
126 B
C
6 lines
126 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|