Include strings.h for strcasecmp(3).

From Tim Rice
This commit is contained in:
Todd C. Miller
2020-09-04 15:59:27 -06:00
parent c4b9f6136d
commit f6a14c9414

View File

@@ -32,6 +32,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
# include <strings.h> /* strcasecmp */
#endif
#ifdef HAVE_SETAUTHDB
# include <usersec.h>
#endif /* HAVE_SETAUTHDB */