X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=a58bb3a7dec034b012ea937acbeee1bad674c33c;hb=b756b711841bac38e5b69baa51939ca9e1c01adb;hp=3599ddcdeb8c28bda675785a9fac9d9a6ebf3352;hpb=b3b89ab95e626286ad2fe9ccf5b589f153e5aa37;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index 3599ddc..a58bb3a 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-2011 Index Data * See the file LICENSE for details. */ /** @@ -14,7 +14,6 @@ #include #include -#include #include #include #if HAVE_SYS_TYPES_H @@ -23,6 +22,10 @@ #if HAVE_SYS_STAT_H #include #endif +#if WIN32 +#include +#endif + #if HAVE_UNISTD_H #include #endif @@ -132,6 +135,7 @@ int yaz_is_abspath (const char *p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab