From: Todd C. Miller Date: Tue, 30 Aug 2011 13:45:07 +0000 (-0400) Subject: Include errno.h before sudo.h to avoid conflicting with the system X-Git-Tag: SUDO_1_7_8~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adbf280ce6ea170b8d007528a019df112d1c4176;p=sudo Include errno.h before sudo.h to avoid conflicting with the system definition of errno. --HG-- branch : 1.7 --- diff --git a/alias.c b/alias.c index 96b883b77..417715364 100644 --- a/alias.c +++ b/alias.c @@ -39,12 +39,12 @@ #ifdef HAVE_UNISTD_H # include #endif /* HAVE_UNISTD_H */ +#include #include "sudo.h" #include "parse.h" #include "redblack.h" #include -#include /* * Globals