summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 11:23:41 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 15:23:08 -0400
commitdaad42dd6cff23e74eaacfc7ca7abb430ba08c27 (patch)
tree581c4ae065ec9b226becb7888c04fd09840f8b07 /libs/ardour/session_state.cc
parentcebd189239ce6b7bf775d3f2c0cfe312608d04df (diff)
Revert "Remove non-portable and unnused header includes"
This reverts commit 7ef79d3f4b02e3d2e71d6888fbedd9b3f9c325c7.
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index ff7da665ed..49a0eed559 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -33,11 +33,17 @@
#include <unistd.h>
#include <sys/stat.h>
#include <climits>
+#include <fcntl.h>
+#include <poll.h>
#include <signal.h>
+#include <sys/mman.h>
#include <sys/time.h>
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
+#else
+#include <sys/param.h>
+#include <sys/mount.h>
#endif
#ifdef HAVE_SYS_STATVFS_H