(stderr and ENOMEM needs to be defined)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7452
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 7 14:16:01 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * g_initialize.c: Need to include stdio.h, errno.h all the time.
+
Tue Feb 6 23:59:49 1996 Theodore Y. Ts'o <tytso@dcl>
* g_initialize.c (gss_initialize): Added code to try to
#include <stdlib.h>
#endif
-#ifdef USE_SOLARIS_SHARED_LIBRARIES
#include <stdio.h>
#include <ctype.h>
-#include <dlfcn.h>
#include <errno.h>
+#ifdef USE_SOLARIS_SHARED_LIBRARIES
+#include <dlfcn.h>
+
#define MECH_CONF "/etc/mech.conf"
#define MECH_SYM "gss_mech_initialize"