summaryrefslogtreecommitdiff
path: root/modules/pam_wheel
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
commit9c2fe904ad9a703f1ea71436e26aa1643f8337d3 (patch)
tree7ef84b8a910e8b7755d666fe15f23087a0b68081 /modules/pam_wheel
parent9b4ed6689660825a5edb3153c8608a7d15b6ee1e (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
Diffstat (limited to 'modules/pam_wheel')
-rw-r--r--modules/pam_wheel/pam_wheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_wheel/pam_wheel.c b/modules/pam_wheel/pam_wheel.c
index 92cd44b9..d91a864e 100644
--- a/modules/pam_wheel/pam_wheel.c
+++ b/modules/pam_wheel/pam_wheel.c
@@ -21,7 +21,7 @@
* a wheel member.
*/
-#define _BSD_SOURCE
+#include "config.h"
#include <stdio.h>
#include <unistd.h>