aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 15:15:32 -0400
committerDavid Robillard <d@drobilla.net>2016-08-01 15:15:32 -0400
commitbaeedf6e12022bae290243476806b2f7dbfbd73c (patch)
treea57e1d12e950d85c5264454ffe7af39daef916e0 /src
parent4fd7b5f90b56b87f4cf6fb2816b67994f3575e03 (diff)
downloadjalv-baeedf6e12022bae290243476806b2f7dbfbd73c.tar.gz
jalv-baeedf6e12022bae290243476806b2f7dbfbd73c.tar.bz2
jalv-baeedf6e12022bae290243476806b2f7dbfbd73c.zip
Add feature test macro for usleep on Lignux
Diffstat (limited to 'src')
-rw-r--r--src/jalv_console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 8e12b1e..e72ff7a 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -16,6 +16,7 @@
#define _POSIX_C_SOURCE 200809L
#define _XOPEN_SOURCE 600
+#define _BSD_SOURCE
#include <stdbool.h>
#include <stdio.h>