diff options
author | lordjaxom <lordjaxom> | 2005-11-06 16:43:58 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-11-06 16:43:58 +0000 |
commit | 0b590ec8261db94f515a295c0fbf4c92e78d2a55 (patch) | |
tree | e88d4f5379b64157e1539f7e02f8fabe23760399 /client | |
parent | bf55805cc29b26de54b71977f43e9e4865d6a341 (diff) | |
download | vdr-plugin-streamdev-0b590ec8261db94f515a295c0fbf4c92e78d2a55.tar.gz vdr-plugin-streamdev-0b590ec8261db94f515a295c0fbf4c92e78d2a55.tar.bz2 |
- adopted to VDR >= 1.3.36
Diffstat (limited to 'client')
-rw-r--r-- | client/filter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/filter.c b/client/filter.c index 265276f..daf534a 100644 --- a/client/filter.c +++ b/client/filter.c @@ -1,5 +1,5 @@ /* - * $Id: filter.c,v 1.2 2005/02/08 13:59:16 lordjaxom Exp $ + * $Id: filter.c,v 1.3 2005/11/06 16:43:58 lordjaxom Exp $ */ #include "client/filter.h" @@ -8,6 +8,7 @@ #include "common.h" #include <vdr/ringbuffer.h> +#include <vdr/device.h> #if VDRVERSNUM >= 10300 |