Explicitly ask for vasprintf where appropriate.

This commit is contained in:
Yury Gribov 2016-07-26 09:05:56 +01:00 committed by Clifford Wolf
parent 5d14357f91
commit 8a7a746ca9
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
#define _GNU_SOURCE
#include <set>
#include <tuple>
#include <vector>

View File

@ -14,6 +14,8 @@
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>