diff options
Diffstat (limited to 'tools/udp_buffer.h')
-rw-r--r-- | tools/udp_buffer.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <stdint.h> +#include <vdr/config.h> // VDRVERSNUM + #include "../xine_input_vdr_net.h" // frame headers #include "ts.h" |