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_rootok/pam_rootok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_rootok') diff --git a/modules/pam_rootok/pam_rootok.c b/modules/pam_rootok/pam_rootok.c index 93e31691..77541f8a 100644 --- a/modules/pam_rootok/pam_rootok.c +++ b/modules/pam_rootok/pam_rootok.c @@ -6,7 +6,7 @@ * Written by Andrew Morgan 1996/3/11 */ -#define _GNU_SOURCE +#include "config.h" #include #include -- cgit v1.2.3