* g_imp_sec_context.c, g_exp_sec_context.c: Include string.h
authorEzra Peisach <epeisach@mit.edu>
Sun, 3 Mar 1996 17:50:13 +0000 (17:50 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 3 Mar 1996 17:50:13 +0000 (17:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7586 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/mechglue/ChangeLog
src/lib/gssapi/mechglue/g_exp_sec_context.c
src/lib/gssapi/mechglue/g_imp_sec_context.c

index c50371c6045733e48d8684ed5247b4bf71a69373..5bcc1736e51b6574646d98b68c0e81283b89281e 100644 (file)
@@ -1,3 +1,7 @@
+Sun Mar  3 12:49:25 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * g_imp_sec_context.c, g_exp_sec_context.c: Include string.h
+
 Thu Feb 29 11:32:16 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * g_glue.c (__gss_get_mech_type): Fix code to properly parse token
index 51ab428e625bcb88d025e2cd65f7a3ca6e10eef4..a3e381f577518325e1a674c5a96fc7ee28fb4c5d 100644 (file)
@@ -33,6 +33,7 @@
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#include <string.h>
 
 OM_uint32 INTERFACE
 gss_export_sec_context(minor_status,
index 177142b4e59204fac434495e12b1e9433139f9c4..fea66e1925cfe3b515225516c49326d1d7bdb1c8 100644 (file)
@@ -33,6 +33,7 @@
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#include <string.h>
 
 OM_uint32 INTERFACE
 gss_import_sec_context(minor_status,