From c8c9e7668451b567f61d11d79380734f8ad6d51b Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 4 Mar 2017 08:40:59 +0100 Subject: [PATCH] added missing _GNU_SOURCE for vasprintf --- src/lib/utils/log.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/utils/log.cpp b/src/lib/utils/log.cpp index 0829f210..2190c1b6 100644 --- a/src/lib/utils/log.cpp +++ b/src/lib/utils/log.cpp @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#define _GNU_SOURCE + #include "lib/utils/log.h" #include #include