mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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 <cmath>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <climits>
|
||||
#include <signal.h>
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
/* for open(2) */
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue