summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index cff8a12fd5..c666545dfa 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -27,6 +27,7 @@
#include <istream>
#include <vector>
#include <boost/shared_ptr.hpp>
+#include <sys/types.h>
#include <inttypes.h>
#include <jack/types.h>
@@ -440,7 +441,7 @@ namespace ARDOUR {
struct CleanupReport {
std::vector<std::string> paths;
- int64_t space;
+ size_t space;
};
enum PositionLockStyle {