Merge branch 'tmbinc/FixTimingBugs'
[vuplus_dvbapp] / lib / base / encoding.cpp
index 2b834b6..45fea10 100644 (file)
@@ -1,9 +1,10 @@
+#include <cstdlib>
 #include <lib/base/encoding.h>
 #include <lib/base/eerror.h>
 
 eDVBTextEncodingHandler encodingHandler;  // the one and only instance
 
-char toupper(char c)
+inline char toupper(char c)
 {
        switch (c)
        {