diff options
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 3 |
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" |