summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin.c b/plugin.c
index bd519596..b007951a 100644
--- a/plugin.c
+++ b/plugin.c
@@ -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"