summaryrefslogtreecommitdiffstats
path: root/audio-creation/dissociatedstudio/dissoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/dissociatedstudio/dissoc.patch')
-rw-r--r--audio-creation/dissociatedstudio/dissoc.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/audio-creation/dissociatedstudio/dissoc.patch b/audio-creation/dissociatedstudio/dissoc.patch
new file mode 100644
index 0000000000..cd888fb1ff
--- /dev/null
+++ b/audio-creation/dissociatedstudio/dissoc.patch
@@ -0,0 +1,48 @@
+*** stuff.h.old 2003-12-09 10:18:28.000000000 +0100
+--- stuff.h 2003-12-09 10:18:50.000000000 +0100
+***************
+*** 1,4 ****
+! #include <map>
+! #include <vector>
+ #include <fftw.h>
+ #include <rfftw.h>
+--- 1,4 ----
+! #include <map.h>
+! #include <vector.h>
+ #include <fftw.h>
+ #include <rfftw.h>
+*** gtkplayer.h.old 2003-12-09 10:20:25.000000000 +0100
+--- gtkplayer.h 2003-12-09 10:21:42.000000000 +0100
+***************
+*** 1,3 ****
+! #include <set>
+
+ #include <gtk--/main.h>
+--- 1,3 ----
+! #include <set.h>
+
+ #include <gtk--/main.h>
+***************
+*** 15,19 ****
+ #include "vis.h"
+
+! #include <set>
+ class GUIPlayer:public Player, public PlayParm, public Gtk::Main {
+ public:
+--- 15,19 ----
+ #include "vis.h"
+
+! #include <set.h>
+ class GUIPlayer:public Player, public PlayParm, public Gtk::Main {
+ public:
+*** soundcard.cc.old 2003-12-09 10:33:04.000000000 +0100
+--- soundcard.cc 2003-12-09 10:34:05.000000000 +0100
+***************
+*** 22,25 ****
+--- 22,27 ----
+ #include <errno.h>
+ #include <assert.h>
++ #include <stdlib.h>
++
+
+ #include <stdio.h>