diff options
author | phintuka <phintuka> | 2008-11-01 07:23:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-01 07:23:00 +0000 |
commit | 132ef0582b3abfaf1727bb9b18fb4eb482183374 (patch) | |
tree | 283d78bca0a1630c13c5ee9537fb3c458a534f51 /setup_menu.c | |
parent | 5565e666f73f50c14e89fd67a2727858df837799 (diff) | |
download | xineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.gz xineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.bz2 |
include features.h
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setup_menu.c b/setup_menu.c index 84c70fd3..e2230323 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.62 2008-10-18 10:33:17 phintuka Exp $ + * $Id: setup_menu.c,v 1.63 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <vdr/config.h> #include <vdr/plugin.h> #include <vdr/remote.h> |