X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fadmin.c;h=5d28af8e4a9d891054f5721f5ae8e5e02c36aa1d;hb=bd2e35d738cb215abd9b113ffe3859a65b39d619;hp=5756ad1b3d97b7e962cc4d0ea6de838dbedb29e7;hpb=7aa202b31ec22a71d9c66f4602bf5ec60785c754;p=yaz-moved-to-github.git diff --git a/client/admin.c b/client/admin.c index 5756ad1..5d28af8 100644 --- a/client/admin.c +++ b/client/admin.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: admin.c,v 1.17 2003-05-23 10:41:26 adam Exp $ + * $Id: admin.c,v 1.19 2005-01-16 21:51:49 adam Exp $ */ #include @@ -10,9 +10,13 @@ #include #include -#if HAVE_FNMATCH_H +#if HAVE_DIRENT_H #include +#endif +#if HAVE_FNMATCH_H #include +#endif +#if HAVE_SYS_STAT_H #include #endif