* kdestroy.c : Added #include <string.h>
authorChris Provenzano <proven@mit.edu>
Thu, 4 May 1995 08:57:45 +0000 (08:57 +0000)
committerChris Provenzano <proven@mit.edu>
Thu, 4 May 1995 08:57:45 +0000 (08:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5716 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kdestroy/ChangeLog
src/clients/kdestroy/kdestroy.c

index 66d52b1ddc902469bb72628e4880f329ef975dd1..25ede3b42525b0ab9afa8ef221ad7fcbba1db0e7 100644 (file)
@@ -1,3 +1,8 @@
+
+Thu May 04 04:31:53 1995  Chris Provenzano  (proven@mit.edu)
+
+       * kdestroy.c : Added #include <string.h>
+
 Thu Mar  2 12:32:49 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
index 9e4714d9467c443784e5eb6e999060e4b3c6aab7..5ead48f91c2b71eab7289c97072d24e14da545ae 100644 (file)
  * Destroy the contents of your credential cache.
  */
 
-#include <stdio.h>
-
 #include "krb5.h"
 #include "com_err.h"
+#include <string.h>
+#include <stdio.h>
 
 extern int optind;
 extern char *optarg;