From 4e203e3eac3c43487b773f2cf4361c9e36615a14 Mon Sep 17 00:00:00 2001 From: kouril Date: Sun, 16 Nov 2003 23:20:49 +0000 Subject: [PATCH] Added #include to make compiler stop complaining of memset() and memcmp() not being declared --- spnegokrb5/spnegokrb5_locl.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.1.4