mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add include of signal.h for signal() prototype.
This commit is contained in:
parent
67436074b5
commit
3634bb8e13
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue