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>
 
