mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
kfreebsd: use termios.h not just on regular FreeBSD
This commit is contained in:
parent
f2ad7351ef
commit
b59412aa2c
@ -19,7 +19,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#if defined(__FreeBSD_kernel__) || defined(__DragonFly__)
|
||||
#include <termios.h>
|
||||
#include <libutil.h>
|
||||
#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__ANDROID__)
|
||||
|
Loading…
Reference in New Issue
Block a user