summaryrefslogtreecommitdiff
path: root/libcore
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-22 13:34:23 +0200
committerlouis <louis.braun@gmx.de>2015-05-22 13:34:23 +0200
commitf483aef4a85e9451e2e348541d981b31b5af51d3 (patch)
tree5461b80a8209b285066de0ead30c1e81bdfd6f58 /libcore
parentf9278c805a8d9ff911673b6e635b80e3374db63d (diff)
downloadvdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.gz
vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.bz2
implemented skininstaller config file
Diffstat (limited to 'libcore')
-rw-r--r--libcore/helpers.c2
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;
}
-