mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
fixed a typo
This commit is contained in:
@@ -44,9 +44,9 @@ static char rcsid[] = "$Id$";
|
||||
#endif /* HAVE_STRINGS_H */
|
||||
#include <pwd.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_BSDTYPES
|
||||
#ifdef HAVE_SYS_BSDTYPES_H
|
||||
#include <sys/bsdtypes.h>
|
||||
#endif /* HAVE_SYS_BSDTYPES */
|
||||
#endif /* HAVE_SYS_BSDTYPES_H */
|
||||
#ifdef _AIX
|
||||
#include <sys/select.h>
|
||||
#endif /* _AIX */
|
||||
|
Reference in New Issue
Block a user