From: Todd C. Miller Date: Mon, 15 May 2017 14:57:45 +0000 (-0600) Subject: Fix compilation error on macOS X-Git-Tag: SUDO_1_8_21^2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60030b903965c223a8e79dbbdda387b777d066b;p=sudo Fix compilation error on macOS --- diff --git a/plugins/sudoers/regress/env_match/check_env_pattern.c b/plugins/sudoers/regress/env_match/check_env_pattern.c index 76917a6a2..70f2d3414 100644 --- a/plugins/sudoers/regress/env_match/check_env_pattern.c +++ b/plugins/sudoers/regress/env_match/check_env_pattern.c @@ -24,8 +24,9 @@ #ifdef HAVE_STRINGS_H # include #endif /* HAVE_STRINGS_H */ +#include /* for sudo_compat.h */ +#include /* for sudo_compat.h */ -#include "sudo_compat.h" #include "sudoers.h" __dso_public int main(int argc, char *argv[]);