From e42b96bbb40ac0d6d1f9da419ce3f908f3354d05 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 18 Mar 2009 21:05:26 +0000 Subject: include to get VDRVERSNUM (Thanks to alexw) --- tools/backgroundwriter.c | 3 ++- tools/udp_buffer.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/backgroundwriter.c b/tools/backgroundwriter.c index 3bb7494c..a4296d91 100644 --- a/tools/backgroundwriter.c +++ b/tools/backgroundwriter.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: backgroundwriter.c,v 1.7 2009-03-17 20:10:39 phintuka Exp $ + * $Id: backgroundwriter.c,v 1.8 2009-03-18 21:05:26 phintuka Exp $ * */ @@ -17,6 +17,7 @@ #include // CORK, NODELAY #include +#include // VDRVERSNUM #include "../logdefs.h" #include "../xine_input_vdr_net.h" // stream_tcp_header_t diff --git a/tools/udp_buffer.h b/tools/udp_buffer.h index 25f8ca17..bbd8bd39 100644 --- a/tools/udp_buffer.h +++ b/tools/udp_buffer.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: udp_buffer.h,v 1.4 2009-02-10 15:15:04 phintuka Exp $ + * $Id: udp_buffer.h,v 1.5 2009-03-18 21:04:47 phintuka Exp $ * */ @@ -13,6 +13,8 @@ #include +#include // VDRVERSNUM + #include "../xine_input_vdr_net.h" // frame headers #include "ts.h" -- cgit v1.2.3