string routines on systems where int != void *.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5714
dc483132-0cff-0310-8789-
dd5450dbe970
+
+Wed May 03 20:20:48 1995 Chris Provenzano (proven@mit.edu)
+
+ * klist.c : #include <string.h>, a must for prototypes of various
+ string routines on systems where int != void *.
+
Thu Mar 2 12:31:29 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
* List out the contents of your credential cache.
*/
-#include <stdio.h>
#include "krb5.h"
#include "com_err.h"
+#include <string.h>
+#include <stdio.h>
#include <time.h>
extern int optind;