diff options
author | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
commit | f483aef4a85e9451e2e348541d981b31b5af51d3 (patch) | |
tree | 5461b80a8209b285066de0ead30c1e81bdfd6f58 /libcore | |
parent | f9278c805a8d9ff911673b6e635b80e3374db63d (diff) | |
download | vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.gz vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.bz2 |
implemented skininstaller config file
Diffstat (limited to 'libcore')
-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; } - |