mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix an include for NetBSD
This commit is contained in:
parent
cf6b7c4adc
commit
6f4cd65600
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@
|
|||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <termios.h>
|
||||
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue