vdr-plugin-satip: fixes gcc7 build

placed upstream by @CvH
This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-08-08 18:52:05 +02:00
parent 1f93e7ef7a
commit 68e70b7674
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -0,0 +1,10 @@
--- a/satip.c 2017-08-08 16:27:16.362342364 +0200
+++ b/satip.c 2017-08-08 16:23:32.465062777 +0200
@@ -5,6 +5,7 @@
*
*/
+#include <ctype.h>
#include <getopt.h>
#include <vdr/plugin.h>
#include "common.h"