mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00: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>
|