X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=fnmatch.c;h=2255e521444a4bddb561bd3e162133296cae5ac0;hb=ecc666f3ba83de1c5e6611ec4a7174bdf8ae1739;hp=625d759cbbc055d1ef20a8c31f06a4567859cfb8;hpb=812709a155f4e8ca2a6b6070bad027a372835857;p=debian%2Fsudo diff --git a/fnmatch.c b/fnmatch.c index 625d759..2255e52 100644 --- a/fnmatch.c +++ b/fnmatch.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Todd C. Miller + * Copyright (c) 2008, 2010 Todd C. Miller * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * @@ -42,11 +42,10 @@ #include #ifdef HAVE_STRING_H # include -#else -# ifdef HAVE_STRINGS_H -# include -# endif #endif /* HAVE_STRING_H */ +#ifdef HAVE_STRINGS_H +# include +#endif /* HAVE_STRINGS_H */ #include #include "emul/fnmatch.h"