mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion)
5 lines
125 B
C
5 lines
125 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|