From adbf280ce6ea170b8d007528a019df112d1c4176 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 30 Aug 2011 09:45:07 -0400 Subject: [PATCH] Include errno.h before sudo.h to avoid conflicting with the system definition of errno. --HG-- branch : 1.7 --- alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1