X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexclude.c;h=24146eb93ca0cde34550a53801d1ecca9c12f50f;hb=5e6933eb225721fac1de4a8abf6c0da985ddaa6a;hp=55f1a39185d2d31f72c68b1489882ccb1566f6ba;hpb=78248aae5f70a366d0b0cbf827dacf21b795b84f;p=gnulib.git diff --git a/lib/exclude.c b/lib/exclude.c index 55f1a3918..24146eb93 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -1,7 +1,7 @@ /* exclude.c -- exclude file names - Copyright (C) 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003 Free - Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, + 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,9 +28,6 @@ #include #include -#ifndef errno -extern int errno; -#endif #include #include #include @@ -38,9 +35,12 @@ extern int errno; #include "exclude.h" #include "fnmatch.h" -#include "unlocked-io.h" #include "xalloc.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif + #if STDC_HEADERS || (! defined isascii && ! HAVE_ISASCII) # define IN_CTYPE_DOMAIN(c) true #else