diff options
author | kan <kan@FreeBSD.org> | 2007-04-04 02:40:59 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2007-04-04 02:40:59 +0000 |
commit | 4c8c917a1ba31b72c240cf482d2efc92c4923940 (patch) | |
tree | 2cabd2d26b00ee2d9e65cf1263fa527ccb0e376f /lib/libgssapi/gss_accept_sec_context.c | |
parent | 1b4c71ec1012ae3ad4845584ce5196c07c141607 (diff) | |
download | FreeBSD-src-4c8c917a1ba31b72c240cf482d2efc92c4923940.zip FreeBSD-src-4c8c917a1ba31b72c240cf482d2efc92c4923940.tar.gz |
Add include directives for string.h and stdlib.h to get proper function
prototypess of memset, memcpy and malloc respectively.
Diffstat (limited to 'lib/libgssapi/gss_accept_sec_context.c')
-rw-r--r-- | lib/libgssapi/gss_accept_sec_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgssapi/gss_accept_sec_context.c b/lib/libgssapi/gss_accept_sec_context.c index 9bc57ca..d9453cf 100644 --- a/lib/libgssapi/gss_accept_sec_context.c +++ b/lib/libgssapi/gss_accept_sec_context.c @@ -28,6 +28,7 @@ #include <gssapi/gssapi.h> #include <stdlib.h> +#include <string.h> #include <errno.h> #include "mech_switch.h" |