Browse Source

vasprintf: missing #include

pull/35/head
Rémi Denis-Courmont 11 years ago
parent
commit
5abe21ee48
  1. 1
      compat/vasprintf.c

1
compat/vasprintf.c

@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <assert.h>

Loading…
Cancel
Save