X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fadmin.c;h=5d28af8e4a9d891054f5721f5ae8e5e02c36aa1d;hp=0ac0faa2c39199d1b7c63a329f97c7be3a1831e0;hb=825d22351b1d59c71e98357b4931bf7bb67daa3a;hpb=434f8168ad00b6530158055cb9c7b4adaf9ebd9f diff --git a/client/admin.c b/client/admin.c index 0ac0faa..5d28af8 100644 --- a/client/admin.c +++ b/client/admin.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: admin.c,v 1.18 2005-01-15 19:47:08 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