mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
7 lines
114 B
C
7 lines
114 B
C
|
|
/* $FreeBSD$ */
|
||
|
|
#if __STDC__
|
||
|
|
#error "<malloc.h> has been replaced by <stdlib.h>"
|
||
|
|
#else
|
||
|
|
#include <stdlib.h>
|
||
|
|
#endif
|