Fix test warning on GNU platforms.

main
David Chisnall 8 years ago
parent 7bd78e5b46
commit 82b3abf93e

@ -1,3 +1,5 @@
// Needed with glibc to expose vasprintf
#define _GNU_SOURCE
#include <time.h>
#include <stdio.h>
#include <assert.h>

Loading…
Cancel
Save