error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

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

Commit Message

VDRU VDRU May 28, 2009, 2:49 p.m. UTC
  Or you may also just do this:
  

Patch

--- vdr.c.orig        2009-04-12 11:05:51.000000000 -0700
+++ 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>