[ANNOUNCE] VDR developer version 1.7.9

Message ID a3ef07920908231157t4fbc082ahfb460b7b476df876@mail.gmail.com
State New
Headers

Commit Message

VDRU VDRU Aug. 23, 2009, 6:57 p.m. UTC
  I have to use the following patch:
  

Comments

Goga777 Aug. 23, 2009, 7:55 p.m. UTC | #1
> I have to use the following patch:
> 
> --- vdr-1.7.5/vdr.c.orig        2009-04-12 11:05:51.000000000 -0700
> +++ vdr-1.7.5/vdr.c     2009-04-12 11:07:08.000000000 -0700
> @@ -32,6 +32,7 @@
>  #include <pwd.h>
>  #include <signal.h>
>  #include <stdlib.h>
> +#include <linux/types.h>
>  #include <sys/capability.h>
>  #include <sys/prctl.h>
>  #include <termios.h>

I checked and can confirm - vdr 179 compiled fine with this patch 

Goga
  

Patch

--- vdr-1.7.5/vdr.c.orig        2009-04-12 11:05:51.000000000 -0700
+++ vdr-1.7.5/vdr.c     2009-04-12 11:07:08.000000000 -0700
@@ -32,6 +32,7 @@ 
 #include <pwd.h>
 #include <signal.h>
 #include <stdlib.h>
+#include <linux/types.h>
 #include <sys/capability.h>
 #include <sys/prctl.h>
 #include <termios.h>