summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c3
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");