From a1c0e751d66bd07b1f0a5c6bf23e7bc8e064d91a Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 3 Aug 2007 13:25:49 +0000 Subject: [PATCH] Fixed dirent.h being included on windows git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2559 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/control.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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__ ;