diff options
Diffstat (limited to 'modules/pam_radius/pam_radius.h')
-rw-r--r-- | modules/pam_radius/pam_radius.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/pam_radius/pam_radius.h b/modules/pam_radius/pam_radius.h index 1f860eb5..8cee7ff1 100644 --- a/modules/pam_radius/pam_radius.h +++ b/modules/pam_radius/pam_radius.h @@ -1,9 +1,11 @@ +/* + * $Id$ + */ #ifndef PAM_RADIUS_H #define PAM_RADIUS_H -#define _GNU_SOURCE -#include <features.h> +#include <security/_pam_aconf.h> #include <stdio.h> |