mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-19 09:43:20 +00:00
Fixed #include for FreeBSD
This commit is contained in:
@@ -38,7 +38,12 @@ limitations under the License.
|
|||||||
#if !defined( __APPLE__) && !defined(_FREEBSD)
|
#if !defined( __APPLE__) && !defined(_FREEBSD)
|
||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#else
|
#else
|
||||||
#include <util.h>
|
#if defined(__APPLE__)
|
||||||
|
#include <util.h>
|
||||||
|
#else
|
||||||
|
#include <termios.h>
|
||||||
|
#include <libutil.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user