diff options
Diffstat (limited to 'libcore/helpers.c')
-rw-r--r-- | libcore/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/helpers.c b/libcore/helpers.c index add1f7a..6aef313 100644 --- a/libcore/helpers.c +++ b/libcore/helpers.c @@ -1,6 +1,7 @@ #include <string> #include <sstream> #include <vector> +#include <stdlib.h> #include "helpers.h" #include <vdr/skins.h> @@ -245,4 +246,3 @@ string GetScreenAspectString(double aspect, bool *isWideScreen) { } return name; } - |