2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Include errno.h before sudo.h to avoid conflicting with the system

definition of errno.
This commit is contained in:
Todd C. Miller
2011-08-30 09:46:12 -04:00
parent 0cd4648093
commit 55896f636e

View File

@@ -39,12 +39,12 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <errno.h>
#include "sudoers.h"
#include "parse.h"
#include "redblack.h"
#include <gram.h>
#include <errno.h>
/*
* Globals