From 350cfced455d45368065095201bc2f674093cf41 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Fri, 9 Jun 2006 21:57:20 +0000 Subject: Include string.h to get memcpy, strlen, etc on BSD OSes git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18098 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ccapi/common/marshall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ccapi/common') diff --git a/src/lib/ccapi/common/marshall.c b/src/lib/ccapi/common/marshall.c index 960019cb0..48abb3370 100644 --- a/src/lib/ccapi/common/marshall.c +++ b/src/lib/ccapi/common/marshall.c @@ -45,6 +45,7 @@ #include #include +#include #include #include "msg.h" #include "msg_headers.h" -- cgit