From 50c04bd94ce573a123a1a92f713646e00bc77b39 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 29 Aug 2005 13:04:37 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files. --- modules/pam_unix/pam_unix_auth.c | 1 + modules/pam_unix/support.c | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/pam_unix') diff --git a/modules/pam_unix/pam_unix_auth.c b/modules/pam_unix/pam_unix_auth.c index 41b55c27..2412b68a 100644 --- a/modules/pam_unix/pam_unix_auth.c +++ b/modules/pam_unix/pam_unix_auth.c @@ -48,6 +48,7 @@ #include #include #include +#include /* indicate the following groups are defined */ diff --git a/modules/pam_unix/support.c b/modules/pam_unix/support.c index fc7fc2b3..91920291 100644 --- a/modules/pam_unix/support.c +++ b/modules/pam_unix/support.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3