more includes files for solaris.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23313 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-23 04:27:18 +00:00
parent f440500099
commit 7050354151

View File

@@ -32,11 +32,14 @@
*/ */
#include <config.h> #include <config.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <ctype.h>
#include "misc-proto.h" #include "misc-proto.h"
RCSID("$Id$"); RCSID("$Id$");
#include <ctype.h>
#define LOWER(x) (isupper(x) ? tolower(x) : (x)) #define LOWER(x) (isupper(x) ? tolower(x) : (x))
/* /*