From 3aebdb89adb23512b231f192471ced462a35aaa9 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Wed, 4 Apr 2007 02:40:59 +0000 Subject: Add include directives for string.h and stdlib.h to get proper function prototypess of memset, memcpy and malloc respectively. --- lib/libgssapi/gss_add_cred.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libgssapi/gss_add_cred.c') diff --git a/lib/libgssapi/gss_add_cred.c b/lib/libgssapi/gss_add_cred.c index aec4464d34af..61756078c0e7 100644 --- a/lib/libgssapi/gss_add_cred.c +++ b/lib/libgssapi/gss_add_cred.c @@ -27,6 +27,7 @@ */ #include +#include #include #include "mech_switch.h" -- cgit v1.2.3