From 0dcf0274b03a8bc464ca51496e8d89e873920adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 23 Jan 2003 22:29:40 +0000 Subject: [PATCH] #include is sufficient to define size_t, and is far more portable (and less polluting) than #include . git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@199 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- include/security/pam_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/security/pam_types.h b/include/security/pam_types.h index 1ec6400..bbea5c8 100644 --- a/include/security/pam_types.h +++ b/include/security/pam_types.h @@ -31,13 +31,13 @@ * 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#8 $ + * $P4: //depot/projects/openpam/include/security/pam_types.h#9 $ */ #ifndef _PAM_TYPES_H_INCLUDED #define _PAM_TYPES_H_INCLUDED -#include +#include #ifdef __cplusplus extern "C" {