X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=d4e8cbefcdee53fccff40bd55e29e4b3ad33a1ad;hb=4ce7bffcae2b1faaa0fb5d74eca9aeeb7f6d0c6e;hp=c5b804b74ea1b841936a249eb6a48c9ec37c1c42;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index c5b804b..d4e8cbe 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: tpath.c,v 1.13 2007-01-03 08:42:15 adam Exp $ */ /** * \file tpath.c @@ -19,8 +17,16 @@ #include #include #include +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_SYS_STAT_H +#include +#endif +#if WIN32 #include +#endif + #if HAVE_UNISTD_H #include #endif