From 26767ae03c4ee64dbf5e219e99eb50ff1717c65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 22 Jan 2003 17:44:40 +0000 Subject: [PATCH] #include (for size_t) against my better judgement. Solaris does it too, so at least I'm not the odd one out. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@198 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- include/security/pam_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/security/pam_types.h b/include/security/pam_types.h index 2cafa01..1ec6400 100644 --- a/include/security/pam_types.h +++ b/include/security/pam_types.h @@ -31,12 +31,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/pam_types.h#7 $ + * $P4: //depot/projects/openpam/include/security/pam_types.h#8 $ */ #ifndef _PAM_TYPES_H_INCLUDED #define _PAM_TYPES_H_INCLUDED +#include + #ifdef __cplusplus extern "C" { #endif