From 8e75c66582868ef647aa80f3d36c0985e0b394b8 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 13 Jul 2003 20:01:44 +0000 Subject: Relevant BUGIDs: 770645 Purpose of commit: cleanup Commit summary: --------------- Fix the many compile-time warnings caused by features.h being included before our _pam_aconf.h. This should make it much easier to find other bugs. Also, call config.status instead of configure, to allow rebuilding generated files with the same options. --- libpam/pam_handlers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpam/pam_handlers.c') diff --git a/libpam/pam_handlers.c b/libpam/pam_handlers.c index 62b7446c..b1e95685 100644 --- a/libpam/pam_handlers.c +++ b/libpam/pam_handlers.c @@ -8,6 +8,8 @@ * */ +#include "pam_private.h" + #include #include #include @@ -24,8 +26,6 @@ # endif /* PAM_SHL */ #endif /* PAM_DYNAMIC */ -#include "pam_private.h" - /* If not required, define as nothing */ #ifndef SHLIB_SYM_PREFIX # define SHLIB_SYM_PREFIX "" -- cgit v1.2.3