mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Added FreeBSD include
This commit is contained in:
parent
841cbbf8c9
commit
bc5daa5eff
|
@ -35,6 +35,8 @@
|
|||
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
#include <util.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <libutil.h>
|
||||
#else
|
||||
#include <pty.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user