X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftpath.c;h=215babcf6aa624eaae161c81ef4037e1aaad7a38;hp=d4eb5b560cd7871578137e120c5aae3f784a708b;hb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/tpath.c b/src/tpath.c index d4eb5b5..215babc 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 @@ -128,6 +136,7 @@ int yaz_is_abspath (const char *p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab