summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-24 11:34:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-24 11:34:11 +0100
commitc8cc3a6e366d5fbea27085417be938c4557e31f5 (patch)
tree36dfa8fb3aac9e1c9d5b7fe39fe04246f132cb42 /receiver.c
parent5bc4b0072c16cd98fd405ff89f0ced638eb250e1 (diff)
downloadvdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.gz
vdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.bz2
Fixed inclusion of <stdarg.h>
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/receiver.c b/receiver.c
index 58dda78f..6a9ba045 100644
--- a/receiver.c
+++ b/receiver.c
@@ -4,11 +4,10 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: receiver.c 2.3 2010/02/28 14:25:32 kls Exp $
+ * $Id: receiver.c 2.4 2010/12/12 23:16:25 kls Exp $
*/
#include "receiver.h"
-#include <stdarg.h>
#include <stdio.h>
#include "tools.h"