Author: aurel32
Status: in BTS

--- linpsk-0.8.1.orig/src/portaudio/pa_unix_oss.c
+++ linpsk-0.8.1/src/portaudio/pa_unix_oss.c
@@ -44,7 +44,7 @@
 #ifdef __linux__
 #include <linux/soundcard.h>
 #else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <sys/soundcard.h> /* JH20010905 */
 #endif
 
 

