From: Adam Dickmeiss Date: Thu, 27 Apr 2006 08:39:05 +0000 (+0000) Subject: Always include sys/stat.h X-Git-Tag: YAZ.2.1.20~104 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=199ffcf6f817974587a9d5bcf8066531ed0f45ad Always include sys/stat.h --- diff --git a/src/tpath.c b/src/tpath.c index 7aa41cc..8c33904 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tpath.c,v 1.8 2006-04-26 10:01:31 adam Exp $ + * $Id: tpath.c,v 1.9 2006-04-27 08:39:05 adam Exp $ */ /** * \file tpath.c @@ -20,9 +20,7 @@ #include #include #include -#if HAVE_SYS_STAT_H #include -#endif #if HAVE_UNISTD_H #include #endif