mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quiesce warning by including appropriate header file
This commit is contained in:
parent
1f00510804
commit
b01ec0d4e7
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
# include <syslog.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void *__stack_chk_guard = 0;
|
||||
|
||||
static void __attribute__ ((constructor))
|
||||
|
|
|
|||
Loading…
Reference in a new issue