mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 16:51:30 +00:00
gprobe probably needs to use HAVE_PTY instead
This commit is contained in:
parent
0ba3cebdb5
commit
bbd1ee11f3
@ -26,7 +26,7 @@
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
||||
#if __linux__ || __APPLE__ || __OpenBSD__ || __FreeBSD__ || __NetBSD__ || __DragonFly__ || __HAIKU__
|
||||
#if __linux__ || __APPLE__ || __OpenBSD__ || __FreeBSD__ || __NetBSD__ || __DragonFly__ || __HAIKU__ || __serenity__
|
||||
#include <sys/ioctl.h>
|
||||
#include <termios.h>
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user