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