From 4c131922c6e9f3fb02efcd466e7707d78cd0e863 Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 28 May 2009 22:34:12 +0000 Subject: [PATCH] Branch HEAD b=19695 i=adilger add _GNU_SOURCE to wirecheck. --- lnet/utils/wirecheck.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lnet/utils/wirecheck.c b/lnet/utils/wirecheck.c index 6d44ea1..4eea5cb 100644 --- a/lnet/utils/wirecheck.c +++ b/lnet/utils/wirecheck.c @@ -34,6 +34,10 @@ * Lustre is a trademark of Sun Microsystems, Inc. */ +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif + #include #include #include -- 1.8.3.1