blob: 149bf0b401821f091bc33da1c321645193c6a823 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c~
+++ mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c
@@ -54,6 +54,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# endif
#endif
+#ifdef __DragonFly__
+#include <osreldate.h>
+# if __DragonFly_version > 300502
+# define HAVE_XLOCALE
+# endif
+#endif
+
#ifdef HAVE_XLOCALE
#include <xlocale.h>
#endif /* HAVE_XLOCALE */
|