From 34b26c738d0a05e7e0b4221498920b94d581c92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 18:27:00 +0000 Subject: [PATCH] Maybe include . git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18319 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/spnego/spnego_locl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/gssapi/spnego/spnego_locl.h b/lib/gssapi/spnego/spnego_locl.h index 1e0b4407f..2d3d7b9cc 100644 --- a/lib/gssapi/spnego/spnego_locl.h +++ b/lib/gssapi/spnego/spnego_locl.h @@ -39,7 +39,12 @@ #include #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_SYS_PARAM_H #include +#endif #ifdef HAVE_PTHREAD_H #include