mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05: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>
|