diff --git a/fteqtv/control.c b/fteqtv/control.c index ddf08ccd9..4b7748968 100644 --- a/fteqtv/control.c +++ b/fteqtv/control.c @@ -4,9 +4,11 @@ Contains the control routines that handle both incoming and outgoing stuff #include "qtv.h" #include + +#ifndef _WIN32 #include #include - +#endif // char *date = "Oct 24 1996"; static const char *date = __DATE__ ;