mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
move the include of id.h to compat.h
now includes options.h
This commit is contained in:
4
sudo.c
4
sudo.c
@@ -97,15 +97,13 @@ static char rcsid[] = "$Id$";
|
||||
#include <arpa/inet.h>
|
||||
#include <net/if.h>
|
||||
#include <sys/param.h>
|
||||
#ifdef _AIX
|
||||
#include <sys/id.h>
|
||||
#endif /* _AIX */
|
||||
#if defined(__osf__) && defined(HAVE_C2_SECURITY)
|
||||
#include <sys/security.h>
|
||||
#include <prot.h>
|
||||
#endif /* __osf__ && HAVE_C2_SECURITY */
|
||||
|
||||
#include "sudo.h"
|
||||
#include "options.h"
|
||||
#include "version.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
|
Reference in New Issue
Block a user