From 182974bbc78af26ac7800c68367025bfa96017db Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 11 Oct 2014 14:03:31 +0300 Subject: [PATCH] mu-cmd-server: fix compilating warning (BSD_SOURCE) Fedora-21's gcc started complaining about this --- mu/mu-cmd-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu/mu-cmd-server.c b/mu/mu-cmd-server.c index 0209ef80..f9942852 100644 --- a/mu/mu-cmd-server.c +++ b/mu/mu-cmd-server.c @@ -22,7 +22,7 @@ #include "config.h" #endif /*HAVE_CONFIG_H*/ -#define _BSD_SOURCE +#define _GNU_SOURCE #include #include