aboutsummaryrefslogtreecommitdiff
path: root/games/qgo/files/patch-src::wavplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/qgo/files/patch-src::wavplay.c')
-rw-r--r--games/qgo/files/patch-src::wavplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qgo/files/patch-src::wavplay.c b/games/qgo/files/patch-src::wavplay.c
index 18f8e2ae5cc4..ee2aade04373 100644
--- a/games/qgo/files/patch-src::wavplay.c
+++ b/games/qgo/files/patch-src::wavplay.c
@@ -22,7 +22,7 @@
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
-+#if defined(__linux__)
++#if defined(__FreeBSD__)
+#include <sys/soundcard.h>
+#endif
#include "wavplay.h"