From: kouril Date: Sun, 16 Nov 2003 23:20:49 +0000 (+0000) Subject: Added #include to make compiler stop complaining of memset() and memcmp... X-Git-Tag: v5.0-rc4~28 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=4e203e3eac3c43487b773f2cf4361c9e36615a14 Added #include to make compiler stop complaining of memset() and memcmp() not being declared --- diff --git a/spnegokrb5/spnegokrb5_locl.h b/spnegokrb5/spnegokrb5_locl.h index 1c3d47c..a4d1d44 100644 --- a/spnegokrb5/spnegokrb5_locl.h +++ b/spnegokrb5/spnegokrb5_locl.h @@ -1,5 +1,6 @@ #include #include +#include #include "config.h"