From 02ad273d0c807bb15eea25547c7d06507deb6cd2 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 22 Feb 2007 10:12:39 +0000 Subject: [PATCH] Fix all compilation warnings on Linux git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@209 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- mbox-helper/mbox-helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbox-helper/mbox-helper.c b/mbox-helper/mbox-helper.c index 66aa354..c539c78 100644 --- a/mbox-helper/mbox-helper.c +++ b/mbox-helper/mbox-helper.c @@ -1,6 +1,7 @@ /** Read an mbox */ +#define _GNU_SOURCE #include #include #include -- 2.1.4