that malloc prototype povided.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13740
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Sep 8 08:24:51 2001 Ezra Peisach <epeisach@mit.edu>
+
+ * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h so
+ that malloc prototype povided.
+
2001-08-30 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for ipv6 support.
#include "telnetd.h"
#include "pathnames.h"
-#define FAI_PREFIX telnetd
-#include "fake-addrinfo.c"
-
extern int getent(char *, char *);
extern int tgetent(char *, char *);
# endif /* SO_SEC_MULTI */
#endif /* _SC_CRAY_SECURE_SYS */
+#define FAI_PREFIX telnetd
+#include "fake-addrinfo.c"
#ifdef KRB5
#include "krb5.h"