aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gtkguitune/files/patch-guitune.cc
blob: 711d88d5d22ba17ecba9939ef29e8f4140c6435d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- guitune.cc.orig Sat Feb 12 11:14:56 2005
+++ guitune.cc  Sat Feb 12 11:15:02 2005
@@ -24,7 +24,11 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
+#ifdef __linux__
 #include <linux/soundcard.h>
+#else
+#include <sys/soundcard.h>
+#endif
 
 #include <gtk--/main.h>
 #include <gtk--/box.h>