blob: 75f9e77444f1ba6793ff72bf9141f8e3f8351ed4 (
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~
+++ 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~
+++ 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~
+++ SpiralSound/Sample.h
@@ -23,6 +23,7 @@
#include <assert.h>
#include <limits.h>
+#include <cstring>
#include <iostream>
//#define DEBUG
|