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:
@@ -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
|
||||
|
Reference in New Issue
Block a user