summaryrefslogtreecommitdiffstats
path: root/testing/vdr-plugin-satip/include-ctype-header.patch
blob: e884f6cc6ab6f3bb6f9d5ed155466896f1ee5fc1 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/satip.c
+++ b/satip.c
@@ -6,6 +6,7 @@
  */
 
 #include <getopt.h>
+#include <ctype.h>
 #include <vdr/plugin.h>
 #include "common.h"
 #include "config.h"