aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libxine/files/patch-src-audio_dec-xine_lpcm_decoder.c
blob: 280ac7fa29da34542ac42fc657a826946458dfdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/audio_dec/xine_lpcm_decoder.c.orig
+++ src/audio_dec/xine_lpcm_decoder.c
@@ -30,6 +30,9 @@
 #endif
 /* avoid compiler warnings */
 #define _BSD_SOURCE 1
+#ifdef __FreeBSD__
+#define __BSD_VISIBLE 1
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"