added missing _GNU_SOURCE for vasprintf

This commit is contained in:
john30
2017-03-04 08:40:59 +01:00
parent 4dfcff7c87
commit c8c9e76684
+2
View File
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE
#include "lib/utils/log.h"
#include <stdlib.h>
#include <stdio.h>