From 199ffcf6f817974587a9d5bcf8066531ed0f45ad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Apr 2006 08:39:05 +0000 Subject: [PATCH] Always include sys/stat.h --- src/tpath.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 1.7.10.4