X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=d4e8cbefcdee53fccff40bd55e29e4b3ad33a1ad;hb=4ce7bffcae2b1faaa0fb5d74eca9aeeb7f6d0c6e;hp=d4eb5b560cd7871578137e120c5aae3f784a708b;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index d4eb5b5..d4e8cbe 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -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