2
0
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:
Todd C. Miller
1996-01-11 18:04:43 +00:00
parent 2d066db856
commit d9a1d14258

View File

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