diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
commit | 50c04bd94ce573a123a1a92f713646e00bc77b39 (patch) | |
tree | a24d559659b6b87ecea6e9e9e2e4d3fda7eee9a9 /modules/pam_unix | |
parent | e82456a57c9b8c2782e8acdcfdf9e69952272264 (diff) | |
download | pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.gz pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.bz2 pam-50c04bd94ce573a123a1a92f713646e00bc77b39.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
cleanup the header files, don't include allways all other header files.
Diffstat (limited to 'modules/pam_unix')
-rw-r--r-- | modules/pam_unix/pam_unix_auth.c | 1 | ||||
-rw-r--r-- | modules/pam_unix/support.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <ctype.h> #include <sys/types.h> #include <sys/stat.h> +#include <syslog.h> /* 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 <errno.h> #include <signal.h> #include <ctype.h> +#include <syslog.h> #include <sys/resource.h> #include <rpcsvc/ypclnt.h> |