diff options
author | David Robillard <d@drobilla.net> | 2016-08-01 15:15:32 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-01 15:15:32 -0400 |
commit | baeedf6e12022bae290243476806b2f7dbfbd73c (patch) | |
tree | a57e1d12e950d85c5264454ffe7af39daef916e0 | |
parent | 4fd7b5f90b56b87f4cf6fb2816b67994f3575e03 (diff) | |
download | jalv-baeedf6e12022bae290243476806b2f7dbfbd73c.tar.gz jalv-baeedf6e12022bae290243476806b2f7dbfbd73c.tar.bz2 jalv-baeedf6e12022bae290243476806b2f7dbfbd73c.zip |
Add feature test macro for usleep on Lignux
-rw-r--r-- | src/jalv_console.c | 1 |
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> |