1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-29 02:08:48 +00:00

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

This commit is contained in:
Nicholas Marriott 2019-09-08 21:29:22 +01:00
parent 648471ecee
commit 5423bf6db8

View File

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