mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Missing headers from compat/asprintf.c, from cyyever at outlook dot com.
This commit is contained in:
parent
648471ecee
commit
5423bf6db8
@ -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, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user