aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-29 13:04:37 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-29 13:04:37 +0000
commit50c04bd94ce573a123a1a92f713646e00bc77b39 (patch)
treea24d559659b6b87ecea6e9e9e2e4d3fda7eee9a9 /modules/pam_unix
parente82456a57c9b8c2782e8acdcfdf9e69952272264 (diff)
downloadpam-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.c1
-rw-r--r--modules/pam_unix/support.c1
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>