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/stat.h>
|
||||||
#include <sys/fcntl.h>
|
#include <sys/fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "Loggable.H"
|
#include "Loggable.H"
|
||||||
#include "Project.H"
|
#include "Project.H"
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
#include "Thread.H"
|
#include "Thread.H"
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/** Initiate recording for all armed tracks */
|
/** Initiate recording for all armed tracks */
|
||||||
bool
|
bool
|
||||||
Timeline::record ( void )
|
Timeline::record ( void )
|
||||||
|
|
Loading…
Reference in New Issue