Missing headers from compat/asprintf.c, from cyyever at outlook dot com.

pull/1906/head
Nicholas Marriott 2019-09-08 21:29:22 +01:00
parent 648471ecee
commit 5423bf6db8
1 changed files with 2 additions and 0 deletions

View File

@ -19,8 +19,10 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "compat.h"
#include "xmalloc.h"
int
asprintf(char **ret, const char *fmt, ...)