From a2a2d486bc4d00c2ff7d0d2d661ce7bc1c74e7e3 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 22 Apr 2008 14:36:52 +0000 Subject: [PATCH] Build on latest glibc. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1520 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/ipc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exec/ipc.c b/exec/ipc.c index 17d721b3..41552214 100644 --- a/exec/ipc.c +++ b/exec/ipc.c @@ -32,6 +32,9 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef _GNU_SOURCE +#define _GNU_SOURCE 1 +#endif #include #include #include