diff options
Diffstat (limited to 'timer_thread.c')
-rw-r--r-- | timer_thread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timer_thread.c b/timer_thread.c index 45a95d1..d312fdb 100644 --- a/timer_thread.c +++ b/timer_thread.c @@ -23,6 +23,9 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <string> #include <list> +#ifdef __FreeBSD__ +#include <netinet/in.h> +#endif #include "timer_thread.h" #include "epgsearchcfg.h" #include "epgsearchtools.h" |