Merge branch 'master' of /home/tmbinc/enigma2-git
[enigma2.git] / lib / base / encoding.cpp
index 48be7873c3fbab7dc7c70884f20dc9e421e1b823..45fea10249c1c4206e1b5375df5ba5b61cc4ef01 100644 (file)
@@ -1,10 +1,10 @@
+#include <cstdlib>
 #include <lib/base/encoding.h>
 #include <lib/base/eerror.h>
-#include <config.h>
 
 eDVBTextEncodingHandler encodingHandler;  // the one and only instance
 
-char toupper(char c)
+inline char toupper(char c)
 {
        switch (c)
        {