summaryrefslogtreecommitdiff
path: root/tools.h
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 /tools.h
parent5bc4b0072c16cd98fd405ff89f0ced638eb250e1 (diff)
downloadvdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.gz
vdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.bz2
Fixed inclusion of <stdarg.h>
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 1a80a8d4..7a05b433 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 2.5 2010/10/24 13:06:27 kls Exp $
+ * $Id: tools.h 2.6 2010/12/12 23:15:52 kls Exp $
*/
#ifndef __TOOLS_H
@@ -17,6 +17,7 @@
#include <iconv.h>
#include <math.h>
#include <poll.h>
+#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>