mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
include stdlib.h for exit(3) prototype.
This commit is contained in:
parent
c1f903a031
commit
2b45ad94bd
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <sys/mman.h> /* For mmap() */
|
||||
#include <rpc/rpc.h>
|
||||
#include <syslog.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "statd.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue