add FreeBSD build target

Signed-off-by: Lucca Jiménez Könings <development@jimkoen.com>
This commit is contained in:
Lucca Jiménez Könings
2024-01-19 09:46:27 +01:00
committed by Lion
parent 9915c83363
commit f82572077f
4 changed files with 29 additions and 5 deletions

View File

@@ -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 ========================