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
This commit is contained in:
Spoike 2007-08-03 13:25:49 +00:00
parent 56526bfe69
commit a1c0e751d6
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@ Contains the control routines that handle both incoming and outgoing stuff
#include "qtv.h"
#include <signal.h>
#ifndef _WIN32
#include <sys/stat.h>
#include <dirent.h>
#endif
// char *date = "Oct 24 1996";
static const char *date = __DATE__ ;