mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-23 17:00:23 +01:00
FreeBSD: include libutil.h
Signed-off-by: jimzah <me@james.ac>
This commit is contained in:
parent
d4fa52272b
commit
c94276a714
|
|
@ -34,6 +34,8 @@
|
|||
#include <termios.h>
|
||||
#if defined(__linux__)
|
||||
#include <pty.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include<libutil.h>
|
||||
#else
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue