summaryrefslogtreecommitdiff
path: root/audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp
blob: 37fa0b014e9727992da4167ea304d0db69e1d11b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/chardetect/src/entry/impl.cpp.orig
+++ lib/chardetect/src/entry/impl.cpp
@@ -41,8 +41,10 @@
 #include "chardetect.h"
 #include "nscore.h"
 #include "nsUniversalDetector.h"
+#pragma GCC visibility push(default)
 #include <string.h>
 #include <stdlib.h>
+#pragma GCC visibility pop
 
 #ifdef _WIN32
 #   include <windows.h>