diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-05-05 22:08:21 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-05-05 22:08:21 +0200 |
commit | a9a6f89e3a7f31159817794da79cf44a2f910f99 (patch) | |
tree | e345ce4263f161526e1814de9a00e50f06d3e318 /epgsearch.c | |
parent | ae03af9e933a76566490bbec22078ecf68a8d033 (diff) | |
download | vdr-plugin-epgsearch-a9a6f89e3a7f31159817794da79cf44a2f910f99.tar.gz vdr-plugin-epgsearch-a9a6f89e3a7f31159817794da79cf44a2f910f99.tar.bz2 |
fixed a crash in timers done menu
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearch.c b/epgsearch.c index 5fb0cf5..6e23e09 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -65,6 +65,9 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_quicksearch.h" #include "menu_announcelist.h" #include "confdloader.h" +#if APIVERSNUM >= 10503 +#include <langinfo.h> +#endif static const char VERSION[] = "0.9.25.beta1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); |