Add missing includes for unistd.h
This commit is contained in:
parent
792e6f280a
commit
61addce803
|
@ -29,6 +29,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "Loggable.H"
|
||||
#include "Project.H"
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include "Thread.H"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
/** Initiate recording for all armed tracks */
|
||||
bool
|
||||
Timeline::record ( void )
|
||||
|
|
Loading…
Reference in New Issue