--- embedaddon/sudo/compat/fnmatch.c 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/compat/fnmatch.c 2013/07/22 10:46:11 1.1.1.3 @@ -71,6 +71,8 @@ #include +#ifndef HAVE_FNMATCH + #include #include @@ -472,3 +474,4 @@ firstsegment: /* pattern didn't match to the end of string */ return FNM_NOMATCH; } +#endif /* HAVE_FNMATCH */