Added some missing #includes

This commit is contained in:
Klaus Schmidinger
2002-08-11 10:47:11 +02:00
parent fd1f60e0e0
commit 4d784a198d
4 changed files with 8 additions and 4 deletions

View File

@@ -4,13 +4,14 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: plugin.c 1.5 2002/05/13 16:31:09 kls Exp $
* $Id: plugin.c 1.6 2002/08/11 10:47:11 kls Exp $
*/
#include "plugin.h"
#include <ctype.h>
#include <dirent.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <time.h>
#include "config.h"