From: Kevin Wasserman Date: Sat, 29 Nov 2014 14:05:43 +0000 (-0500) Subject: include string.h for strdup X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=6d010cf90c80a60695bd2080a7a604cc8d9e54ca include string.h for strdup --- diff --git a/json_gssapi/src/GSSRequest.cpp b/json_gssapi/src/GSSRequest.cpp index 9cd815c..05d189d 100644 --- a/json_gssapi/src/GSSRequest.cpp +++ b/json_gssapi/src/GSSRequest.cpp @@ -7,6 +7,7 @@ #include #include +#include #include "commands/GSSAcquireCred.h" #include "commands/GSSInitSecContext.h"