* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.

This commit is contained in:
nekral-guest
2008-08-31 17:27:26 +00:00
parent cd6a300222
commit e9a14b2409
2 changed files with 6 additions and 0 deletions

View File

@ -4,7 +4,9 @@
#ifdef USE_NSCD
/* because of TEMP_FAILURE_RETRY */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <features.h>
#include <stdio.h>