diff options
-rw-r--r-- | mg_item_gd.c | 3 | ||||
-rw-r--r-- | mg_setup.c | 1 | ||||
-rw-r--r-- | mg_tools.c | 1 | ||||
-rw-r--r-- | muggle.c | 1 | ||||
-rw-r--r-- | vdr_actions.c | 1 | ||||
-rw-r--r-- | vdr_decoder_sndfile.c | 1 | ||||
-rw-r--r-- | vdr_menu.c | 1 | ||||
-rw-r--r-- | vdr_player.c | 1 |
8 files changed, 6 insertions, 4 deletions
diff --git a/mg_item_gd.c b/mg_item_gd.c index 274f11e..479c2ca 100644 --- a/mg_item_gd.c +++ b/mg_item_gd.c @@ -18,9 +18,6 @@ #include "mg_tools.h" #include "mg_db.h" -// this one last because of swap() redefinition: -// #include <vdr/tools.h> - static bool gd_music_dir_exists[100]; static bool gd_music_dirs_scanned=false; @@ -21,7 +21,6 @@ #include <stdio.h> #include <string> #include <getopt.h> -// #include <vdr/tools.h> mgSetup the_setup; @@ -15,6 +15,7 @@ #include "mg_tools.h" +#define __STL_CONFIG_H #include <vdr/tools.h> //! \brief buffer for messages @@ -17,6 +17,7 @@ #include "mg_tools.h" #include "i18n.h" +#define __STL_CONFIG_H #include <vdr/tools.h> #include <vdr/config.h> diff --git a/vdr_actions.c b/vdr_actions.c index 41ffa95..0ac1da0 100644 --- a/vdr_actions.c +++ b/vdr_actions.c @@ -19,6 +19,7 @@ #include <assert.h> #include <vdr/menuitems.h> +#define __STL_CONFIG_H #include <vdr/tools.h> #include <vdr/plugin.h> diff --git a/vdr_decoder_sndfile.c b/vdr_decoder_sndfile.c index a906df1..aad74dc 100644 --- a/vdr_decoder_sndfile.c +++ b/vdr_decoder_sndfile.c @@ -35,6 +35,7 @@ #include "vdr_decoder_sndfile.h" #include "i18n.h" +#define __STL_CONFIG_H #include <vdr/tools.h> #ifndef SNDFILE_1 @@ -17,6 +17,7 @@ #include <vector> #include <vdr/menuitems.h> +#define __STL_CONFIG_H #include <vdr/tools.h> #include <vdr/config.h> #include <vdr/plugin.h> diff --git a/vdr_player.c b/vdr_player.c index d911ddf..19c8502 100644 --- a/vdr_player.c +++ b/vdr_player.c @@ -34,6 +34,7 @@ #include <vdr/device.h> #include <vdr/thread.h> #include <vdr/ringbuffer.h> +#define __STL_CONFIG_H #include <vdr/tools.h> #include <vdr/recording.h> #include <vdr/status.h> |