X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=a213f9cf431cbf64c75e416526c69aa2e53ec7a0;hb=b3d1527a6d94b1af17bf36c7781be9679c3fbfc9;hp=d4eb5b560cd7871578137e120c5aae3f784a708b;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index d4eb5b5..a213f9c 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ /** @@ -17,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