X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftpath.c;h=3599ddcdeb8c28bda675785a9fac9d9a6ebf3352;hp=2cd900d115f28f51625558d30bfba79fee60ade9;hb=b3b89ab95e626286ad2fe9ccf5b589f153e5aa37;hpb=67471e87c134f2503546cdd250cd169b7d43d566 diff --git a/src/tpath.c b/src/tpath.c index 2cd900d..3599ddc 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2006, 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.12 2006-10-11 08:43:22 adam Exp $ */ /** * \file tpath.c @@ -19,8 +17,12 @@ #include #include #include +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_SYS_STAT_H #include +#endif #if HAVE_UNISTD_H #include #endif