Include strings.h for strcasecmp(3).
From Tim Rice
This commit is contained in:
@@ -32,6 +32,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef HAVE_STRINGS_H
|
||||||
|
# include <strings.h> /* strcasecmp */
|
||||||
|
#endif
|
||||||
#ifdef HAVE_SETAUTHDB
|
#ifdef HAVE_SETAUTHDB
|
||||||
# include <usersec.h>
|
# include <usersec.h>
|
||||||
#endif /* HAVE_SETAUTHDB */
|
#endif /* HAVE_SETAUTHDB */
|
||||||
|
Reference in New Issue
Block a user