summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2010-11-24 19:19:24 +0100
committerChristian Wieninger <cwieninger@gmx.de>2010-11-24 19:19:24 +0100
commit8308cc7ce870bb1355dc3b4b603a2d817d5b0187 (patch)
treefccb4d4a48300990c3d106950cc8a4f376e6fc27 /searchtimer_thread.c
parentba87be9b2650796a507249c098eca815bff9b5e5 (diff)
downloadvdr-plugin-epgsearch-8308cc7ce870bb1355dc3b4b603a2d817d5b0187.tar.gz
vdr-plugin-epgsearch-8308cc7ce870bb1355dc3b4b603a2d817d5b0187.tar.bz2
patches for FreeBSD
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 3045529..5cd2e7a 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -22,6 +22,9 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
*/
#include <vector>
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
#include "searchtimer_thread.h"
#include "epgsearchcfg.h"
#include "epgsearchcats.h"