From a9a6f89e3a7f31159817794da79cf44a2f910f99 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 5 May 2008 22:08:21 +0200 Subject: fixed a crash in timers done menu --- epgsearch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epgsearch.c') 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 +#endif static const char VERSION[] = "0.9.25.beta1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); -- cgit v1.2.3