diff --git a/sudo.c b/sudo.c index 8a85fa94b..e1d274d43 100644 --- a/sudo.c +++ b/sudo.c @@ -97,15 +97,13 @@ static char rcsid[] = "$Id$"; #include #include #include -#ifdef _AIX -#include -#endif /* _AIX */ #if defined(__osf__) && defined(HAVE_C2_SECURITY) #include #include #endif /* __osf__ && HAVE_C2_SECURITY */ #include "sudo.h" +#include "options.h" #include "version.h" #ifndef STDC_HEADERS