mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 07:45:47 +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 <arpa/inet.h>
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifdef _AIX
|
|
||||||
#include <sys/id.h>
|
|
||||||
#endif /* _AIX */
|
|
||||||
#if defined(__osf__) && defined(HAVE_C2_SECURITY)
|
#if defined(__osf__) && defined(HAVE_C2_SECURITY)
|
||||||
#include <sys/security.h>
|
#include <sys/security.h>
|
||||||
#include <prot.h>
|
#include <prot.h>
|
||||||
#endif /* __osf__ && HAVE_C2_SECURITY */
|
#endif /* __osf__ && HAVE_C2_SECURITY */
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
#ifndef STDC_HEADERS
|
#ifndef STDC_HEADERS
|
||||||
|
Reference in New Issue
Block a user