summaryrefslogtreecommitdiff
blob: 4d0b32329e237eeb769cc817a46a0e06ffde353a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fix:  isspace was not declared in this scope
https://github.com/rofafor/vdr-plugin-satip/commit/c10372bb4f1

Signed-of by: Joerg Bornkessel <hd_brummy@gentoo.org> (03/Sep/2018)
diff -Naur satip-2.2.3.orig/satip.c satip-2.2.3/satip.c
--- satip-2.2.3.orig/satip.c	2018-09-03 13:00:20.000000000 +0200
+++ satip-2.2.3/satip.c	2018-09-03 13:00:54.000000000 +0200
@@ -5,6 +5,7 @@
  *
  */
 
+#include <ctype.h>
 #include <getopt.h>
 #include <vdr/plugin.h>
 #include "common.h"