summaryrefslogtreecommitdiffstats
path: root/osdep/timer-lx.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer-lx.c')
-rw-r--r--osdep/timer-lx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/timer-lx.c b/osdep/timer-lx.c
index f7deb98dda..e0ecfb6e58 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-lx.c
@@ -1,6 +1,9 @@
// Precise timer routines for LINUX (C) LGB & A'rpi/ASTRAL
#include <unistd.h>
+#ifdef __BEOS__
+#define usleep(t) snooze(t)
+#endif
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>