* kadm_supp.c: Include string.h for strncpy() prototype
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 14:50:21 +0000 (14:50 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 14:50:21 +0000 (14:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13322 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v4server/ChangeLog
src/kadmin/v4server/kadm_supp.c

index d5719da6744a3e3d3f635387a9ab1afcecd2c0cb..2c1802a7e647189249651083a390ced69314abbe 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-11  Ezra Peisach  <epeisach@rna.mit.edu>
+
+       * kadm_supp.c: Include string.h for strncpy() prototype.
+
 2001-06-08  Ezra Peisach  <epeisach@mit.edu>
 
        * kadm_ser_wrap.c: Argument to quad_cksum is C_Block * - not C_Block.
index 05966983ab8662b2687283eb96bf182a2958587e..55100894d4f65849176e68fb63ffb6f2236867e5 100644 (file)
@@ -16,6 +16,8 @@
 #include <unistd.h>
 #endif
 #include <sys/param.h>
+#include <string.h>
+
 /*
   kadm_supp.c
   this holds the support routines for the kerberos administration server