58112ce8d5
* Enable sound * Enable build for SDL version (the default is X11) PR: 33814 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
11 lines
241 B
Text
11 lines
241 B
Text
--- sndserv/linux.c.orig Thu Jan 10 19:06:58 2002
|
|
+++ sndserv/linux.c Thu Jan 10 19:07:06 2002
|
|
@@ -32,7 +32,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
-#include <linux/soundcard.h>
|
|
+#include <soundcard.h>
|
|
|
|
#include "soundsrv.h"
|
|
|