Fix vasprintf warning with GCC

This commit is contained in:
Evan Miller 2020-08-05 23:07:13 -04:00
parent cb7bd54c92
commit fe28ce8d25

View File

@ -1,6 +1,7 @@
#include "mdbfakeglib.h"
#define _GNU_SOURCE /* vasprintf */
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>