diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-16 12:27:38 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-16 12:27:38 +0000 |
commit | 23624ea6f78ec8acc167a2491c00998907fc76b1 (patch) | |
tree | a57b3caee23a167d442d7d4e0419c4689dfba565 /modules/pam_radius/pam_radius.h | |
parent | 2b5457bbf7352200f7bc77795adbbcfd47550855 (diff) | |
download | pam-23624ea6f78ec8acc167a2491c00998907fc76b1.tar.gz pam-23624ea6f78ec8acc167a2491c00998907fc76b1.tar.bz2 pam-23624ea6f78ec8acc167a2491c00998907fc76b1.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Big "automake/autoconf/libtool" commit
Diffstat (limited to 'modules/pam_radius/pam_radius.h')
-rw-r--r-- | modules/pam_radius/pam_radius.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_radius/pam_radius.h b/modules/pam_radius/pam_radius.h index 8cee7ff1..12ee5778 100644 --- a/modules/pam_radius/pam_radius.h +++ b/modules/pam_radius/pam_radius.h @@ -5,7 +5,7 @@ #ifndef PAM_RADIUS_H #define PAM_RADIUS_H -#include <security/_pam_aconf.h> +#include "config.h" #include <stdio.h> |