Fix all compilation warnings on Linux
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Thu, 22 Feb 2007 10:12:39 +0000 (10:12 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:30 +0000 (00:35 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@209 9869982d-c50d-0410-be91-f2a2ec7c7c7b

mbox-helper/mbox-helper.c

index 66aa354..c539c78 100644 (file)
@@ -1,6 +1,7 @@
 /** Read an mbox
  */
 
+#define _GNU_SOURCE
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>