mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Include unistd.h for usleep on MinGW
This commit is contained in:
parent
ab8918fa73
commit
8d1f88f87b
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue