* t_kerb.c: Include string.h for strcmp prototype
authorEzra Peisach <epeisach@mit.edu>
Mon, 23 Dec 2002 18:09:24 +0000 (18:09 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 23 Dec 2002 18:09:24 +0000 (18:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15067 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/t_kerb.c

index a5543e9010251e923bebe0ba7549ebc4fb14f2f9..b0a1ec724c26011e982811926b49e9f459e0b893 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-23  Ezra Peisach  <epeisach@bu.edu>
+
+       * t_kerb.c: Include string.h for strcmp prototype.
+
 2002-12-19  Ken Raeburn  <raeburn@mit.edu>
 
        * conv_princ.c (krb5_524_conv_principal): Clean up use of "const"
index 7f2ce752c44ba51aecbffe3235724cf8c5e81a63..c63cd14522f6ff25ba8baee932e9d7d6945809b9 100644 (file)
@@ -6,6 +6,7 @@
 #include "krb5.h"
 #include "kerberosIV/krb.h"
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <time.h>