Added _GNU_SOURCE for strndup

This commit is contained in:
Vysheng 2014-09-08 17:05:41 +04:00
parent c896c8f835
commit b260e04461

View File

@ -20,6 +20,7 @@
Copyright 2012-2013 Vkontakte Ltd
2012-2013 Vitaliy Valtman
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <signal.h>