* get_myaddress.c: Include string.h for memcpy prototype
authorEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 23:56:10 +0000 (23:56 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 23:56:10 +0000 (23:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10214 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/ChangeLog
src/lib/rpc/get_myaddress.c

index f50c713ae847d07b4234257c3a2b890be5577964..1a37a3e0053ccf9344b224ba9cef6509a1d15661 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 18 09:48:06 1997  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * get_myaddress.c: Include string.h for memcpy prototype.
+
 Sat Feb 22 01:34:19 1997  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * Makefile.in (SHLIB_EXPDEPS): s/.so/$(SHLIBEXT)
index 7986a384c7e217ee951bd8af5f8135f1bf841379..b6c456c699b49eb4bb0ebe8a0506b0c395b01ba9 100644 (file)
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";
  */
 
 #ifdef GSSAPI_KRB5
+#include <string.h>
 #include <rpc/types.h>
 #include <rpc/pmap_prot.h>
 #include <sys/socket.h>