blob: dcc51df4e75eb989692465c9bc2533d74d121f01 (
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
33
34
|
diff -uNr ../../splay-0.8.2/mpegsound/httpinput.cc ./mpegsound/httpinput.cc
--- ../../splay-0.8.2/mpegsound/httpinput.cc Fri Mar 6 17:43:55 1998
+++ ./mpegsound/httpinput.cc Fri Mar 20 11:00:16 1998
@@ -13,6 +13,7 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <errno.h>
#include "mpegsound.h"
diff -uNr ../../splay-0.8.2/mpegsound/rawplayer.cc ./mpegsound/rawplayer.cc
--- ../../splay-0.8.2/mpegsound/rawplayer.cc Fri Mar 6 17:43:55 1998
+++ ./mpegsound/rawplayer.cc Fri Mar 20 11:00:29 1998
@@ -13,7 +13,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#include "mpegsound.h"
diff -uNr ../../splay-0.8.2/src/splay/splay.cc ./src/splay/splay.cc
--- ../../splay-0.8.2/src/splay/splay.cc Fri Mar 6 17:43:55 1998
+++ ./src/splay/splay.cc Fri Mar 20 11:01:55 1998
@@ -12,6 +12,7 @@
#include <string.h>
#include <unistd.h>
+#include <stdlib.h>
#include <mpegsound.h>
|