diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-24 11:34:11 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-24 11:34:11 +0100 |
commit | c8cc3a6e366d5fbea27085417be938c4557e31f5 (patch) | |
tree | 36dfa8fb3aac9e1c9d5b7fe39fe04246f132cb42 /tools.c | |
parent | 5bc4b0072c16cd98fd405ff89f0ced638eb250e1 (diff) | |
download | vdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.gz vdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.bz2 |
Fixed inclusion of <stdarg.h>
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.c 2.10 2010/10/24 13:07:30 kls Exp $ + * $Id: tools.c 2.11 2010/12/12 23:15:38 kls Exp $ */ #include "tools.h" @@ -18,7 +18,6 @@ extern "C" { #include <jpeglib.h> #undef boolean } -#include <stdarg.h> #include <stdlib.h> #include <sys/time.h> #include <sys/vfs.h> |