summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/backgroundwriter.c3
-rw-r--r--tools/udp_buffer.h4
2 files changed, 5 insertions, 2 deletions
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 <netinet/tcp.h> // CORK, NODELAY
#include <vdr/tools.h>
+#include <vdr/config.h> // 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 <stdint.h>
+#include <vdr/config.h> // VDRVERSNUM
+
#include "../xine_input_vdr_net.h" // frame headers
#include "ts.h"