Merge pull request #40 from CvH/gcc7

Fix GCC7 compiling
This commit is contained in:
Rolf Ahrenberg 2017-08-14 19:07:52 +03:00 committed by GitHub
commit 470fee436f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*
*/
#include <ctype.h>
#include <getopt.h>
#include <vdr/plugin.h>
#include "common.h"