mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#include <time.h> for the definition of time functions instead of
depending on namespace pollution 2 layers deep in <sys/stat.h>.
This commit is contained in:
parent
46784d26e2
commit
4c995cc66e
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ static const char rcsid[] =
|
|||
#include <sysexits.h>
|
||||
#include <termcap.h>
|
||||
#include <termios.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define MSG_INIT "Snoop started."
|
||||
|
|
|
|||
Loading…
Reference in a new issue