diff options
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 |