summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular/files/patch-gcc46
blob: 1b0e84d66f6c84a321f1648a2d1e90bae9b53049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- SpiralSound/ChannelHandler.C.orig	2003-02-21 00:51:15 UTC
+++ SpiralSound/ChannelHandler.C
@@ -19,6 +19,9 @@
 #include "ChannelHandler.h"
 #include <unistd.h>
 
+#include <cstdlib>
+#include <cstring>
+
 using namespace std;
 
 //#define CHANNEL_DEBUG
--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C.orig	2003-08-08 17:58:26 UTC
+++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C
@@ -30,6 +30,7 @@
 #include <stdio.h>
 
 #include <cstdlib>
+#include <cstring>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
--- SpiralSound/Sample.h.orig	2003-07-22 22:08:41 UTC
+++ SpiralSound/Sample.h
@@ -23,6 +23,7 @@
 
 #include <assert.h>
 #include <limits.h>
+#include <cstring>
 #include <iostream>
 
 //#define DEBUG