mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 09:16:42 +00:00
add FreeBSD build target
Signed-off-by: Lucca Jiménez Könings <development@jimkoen.com>
This commit is contained in:
committed by
Lion Kortlepel
parent
23ea3311cf
commit
cd9f8e3056
@@ -9,7 +9,14 @@
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
char _getch();
|
||||
#endif // unix
|
||||
#endif // linux
|
||||
|
||||
#ifdef BEAMMP_FREEBSD
|
||||
#include <errno.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
char _getch();
|
||||
#endif // freebsd
|
||||
|
||||
// ======================= APPLE ========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user