mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Missing headers from compat/asprintf.c, from cyyever at outlook dot com.
This commit is contained in:
parent
c45b255a88
commit
54670d898f
@ -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, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user