From 9c2fe904ad9a703f1ea71436e26aa1643f8337d3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 18 Aug 2005 11:30:05 +0000 Subject: Relevant BUGIDs: none Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE --- modules/pam_shells/pam_shells.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_shells/pam_shells.c') diff --git a/modules/pam_shells/pam_shells.c b/modules/pam_shells/pam_shells.c index 64359eac..6937b439 100644 --- a/modules/pam_shells/pam_shells.c +++ b/modules/pam_shells/pam_shells.c @@ -8,7 +8,7 @@ * This code shamelessly ripped from the pam_securetty module. */ -#define _BSD_SOURCE +#include "config.h" #include #include -- cgit v1.2.3