If we have <strings.h> include it, its needed for strcasecmp() on

those platforms that are SUS3/iso c99 strict (like AIX)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15571 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-07 19:16:17 +00:00
parent 17a4ee956a
commit 728b9121c5

View File

@@ -122,6 +122,9 @@ struct sockaddr_dl;
#else
#include <time.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#ifdef HAVE_PATHS_H
#include <paths.h>