X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=a213f9cf431cbf64c75e416526c69aa2e53ec7a0;hb=3fe8d724fd45258f340a8396877aa93bd0a93d00;hp=3599ddcdeb8c28bda675785a9fac9d9a6ebf3352;hpb=b3b89ab95e626286ad2fe9ccf5b589f153e5aa37;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index 3599ddc..a213f9c 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ /** @@ -23,6 +23,10 @@ #if HAVE_SYS_STAT_H #include #endif +#if WIN32 +#include +#endif + #if HAVE_UNISTD_H #include #endif