mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Update session_state.cc
This commit is contained in:
parent
e0f1f0f19b
commit
51a4bafddf
1 changed files with 4 additions and 0 deletions
|
|
@ -40,10 +40,14 @@
|
||||||
#include <cstdio> /* snprintf(3) ... grrr */
|
#include <cstdio> /* snprintf(3) ... grrr */
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#ifndef COMPILER_MSVC
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
/* for open(2) */
|
/* for open(2) */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue