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 Kortlepel
parent 23ea3311cf
commit cd9f8e3056
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 ========================