mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
5 lines
126 B
C
5 lines
126 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|