diff --git a/plugins/sudoers/pwutil.c b/plugins/sudoers/pwutil.c index 720939602..ea0159fa8 100644 --- a/plugins/sudoers/pwutil.c +++ b/plugins/sudoers/pwutil.c @@ -32,6 +32,9 @@ #include #include #include +#ifdef HAVE_STRINGS_H +# include /* strcasecmp */ +#endif #ifdef HAVE_SETAUTHDB # include #endif /* HAVE_SETAUTHDB */