summaryrefslogtreecommitdiff
path: root/libs/rubberband
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-30 00:03:53 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-30 00:03:53 +0000
commit8ae1880e33803a41f9095a3f9e146bd6a96a3441 (patch)
tree74c9111c57bfebfa8612e26eb5bc059e5e4b5154 /libs/rubberband
parente31e23892772afe3b1c077649652f0304ee3ab31 (diff)
Some fixes for GCC 4.7.0
git-svn-id: svn://localhost/ardour2/branches/3.0@11767 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/rubberband')
-rw-r--r--libs/rubberband/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp
index 811d64a708..f6c1a3d69f 100644
--- a/libs/rubberband/src/main.cpp
+++ b/libs/rubberband/src/main.cpp
@@ -28,6 +28,7 @@
#else
#include <getopt.h>
#include <sys/time.h>
+#include <unistd.h>
#endif
#include "Profiler.h"