summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2010-09-27 19:50:13 +0000
committerRobert Jonsson <spamatica@gmail.com>2010-09-27 19:50:13 +0000
commitc6ffb4581231793031217f6cd099ce89bde5e78e (patch)
tree41ee13a6cd6ed50ed09b4be7803c26f5b7311b64
parent5714fbc84298e916a152d59f656882350d07f6eb (diff)
added dssihost.cpp fix, 1.1 supposedly ready
-rw-r--r--muse/ChangeLog3
-rw-r--r--muse/muse/dssihost.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog
index 973b05ac..1d27f54d 100644
--- a/muse/ChangeLog
+++ b/muse/ChangeLog
@@ -1,7 +1,8 @@
-26.09.2010
+27.09.2010
=======================================
* 1.0 tagged (rj)
=======================================
+ * added: missing headerfile in dssihost.cpp, required for building on Ubuntu Maverick (rj)
21.09.2010
* Fixed: Mixers not restoring their size properly upon song load. (T356)
- Rearranged MusE::loadProjectFile1() slightly so mixer resizing done at end. Tested OK.
diff --git a/muse/muse/dssihost.cpp b/muse/muse/dssihost.cpp
index 25b5b9b2..ab67f765 100644
--- a/muse/muse/dssihost.cpp
+++ b/muse/muse/dssihost.cpp
@@ -31,7 +31,7 @@
#include <signal.h>
#include <dlfcn.h>
#include <stdlib.h>
-//#include <sys/stat.h>
+#include <sys/stat.h>
//#include <dssi.h>
//#include <alsa/asoundlib.h>
#include <qdir.h>