mu-cmd-server: fix compilating warning (BSD_SOURCE)

Fedora-21's gcc started complaining about this
This commit is contained in:
djcb 2014-10-11 14:03:31 +03:00
parent 51037be7fb
commit 182974bbc7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "config.h"
#endif /*HAVE_CONFIG_H*/
#define _BSD_SOURCE
#define _GNU_SOURCE
#include <stdlib.h>
#include <stdio.h>