975b54ec9f
Submitted by: mranner@inode.at
11 lines
384 B
Text
11 lines
384 B
Text
--- src/modules/snd/libkvisnd.cpp Sat Dec 14 20:30:41 2002
|
|
+++ src/modules/snd/libkvisnd.cpp.patched Mon Jan 5 19:18:20 2004
|
|
@@ -49,7 +49,7 @@
|
|
#ifdef COMPILE_OSS_SUPPORT
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
- #include <linux/soundcard.h>
|
|
+ #include <sys/soundcard.h>
|
|
#ifdef COMPILE_AUDIOFILE_SUPPORT
|
|
#include <audiofile.h>
|
|
#endif //COMPILE_AUDIOFILE_SUPPORT
|