]> granicus.if.org Git - sudo/commitdiff
added string.h/strings.h inclusion
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Sep 1994 23:21:26 +0000 (23:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Sep 1994 23:21:26 +0000 (23:21 +0000)
tgetpass.c

index 9e47042405b4a31e3eee8a11fb087a994cebbb7e..0b0fcb3cc7e717c2341977b71d55de3e2d9facac 100644 (file)
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif /* HAVE_UNISTD_H */
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif /* HAVE_STRING_H */
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif /* HAVE_STRINGS_H */
 #include <sys/types.h>
 #ifdef _AIX
 #include <sys/select.h>