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

pull/1914/head
Nicholas Marriott 2019-09-08 21:29:22 +01:00
parent c45b255a88
commit 54670d898f
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, ...)