diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 16:16:01 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 16:16:01 -0500 |
commit | 15276f365c15527fbb10d42e3f5896f540de7413 (patch) | |
tree | 89a1d051808838739d2b256354886b4513531a32 /src/gui/studio/AudioPluginManager.cpp | |
parent | 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (diff) | |
download | rosegarden-15276f365c15527fbb10d42e3f5896f540de7413.tar.gz rosegarden-15276f365c15527fbb10d42e3f5896f540de7413.zip |
Updated to build with gcc 4.7.
Diffstat (limited to 'src/gui/studio/AudioPluginManager.cpp')
-rw-r--r-- | src/gui/studio/AudioPluginManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/AudioPluginManager.cpp b/src/gui/studio/AudioPluginManager.cpp index 24b49f2..4457493 100644 --- a/src/gui/studio/AudioPluginManager.cpp +++ b/src/gui/studio/AudioPluginManager.cpp @@ -37,7 +37,7 @@ #include <tqmutex.h> #include <tqstring.h> #include <tqthread.h> - +#include <unistd.h> namespace Rosegarden { |