projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228ac8e
)
Always include sys/stat.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Apr 2006 08:39:05 +0000
(08:39 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Apr 2006 08:39:05 +0000
(08:39 +0000)
src/tpath.c
patch
|
blob
|
history
diff --git
a/src/tpath.c
b/src/tpath.c
index
7aa41cc
..
8c33904
100644
(file)
--- 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 <yaz/tpath.h>
#include <yaz/log.h>
#include <sys/types.h>
-#if HAVE_SYS_STAT_H
#include <sys/stat.h>
-#endif
#if HAVE_UNISTD_H
#include <unistd.h>
#endif