Adding testing CLI client (based off the Heimdal testing sample)
[mod_auth_kerb.cvs/.git] / spnegokrb5 / spnegokrb5_locl.h
index 1c3d47c..5b20bc7 100644 (file)
@@ -1,8 +1,13 @@
 #include <stdlib.h>
 #include <errno.h>
+#include <string.h>
 
 #include "config.h"
 
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #ifdef HEIMDAL
 #  include <gssapi.h>
 #else