define _GNU_SOURCE via autoconf

This commit is contained in:
john30
2017-03-04 14:00:39 +01:00
parent d168dd31e0
commit 3b26cf1f38
3 changed files with 4 additions and 5 deletions
+3 -1
View File
@@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "lib/utils/log.h"
#include <stdlib.h>