From d39d44a88c79f172641cb35eed398b8edea19c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Aug 2005 07:30:41 +0000 Subject: [PATCH] Add , OpenSSL 0.9.8 needs it for size_t. From: Quanah Gibson-Mount git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15833 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/crypto.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cf/crypto.m4 b/cf/crypto.m4 index de7df2f15..e6b097a00 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -8,6 +8,9 @@ dnl - own-built libdes m4_define([test_headers], [ #undef KRB5 /* makes md4.h et al unhappy */ #ifdef HAVE_OPENSSL + #ifdef HAVE_SYS_TYPES_H + #include + #endif #include #include #include