2
0
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:
Todd C. Miller
1995-01-13 17:46:21 +00:00
parent df46f66f65
commit 5318438a04

4
sudo.c
View File

@@ -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