mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
compat/* should not include tmux.h.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
#include "compat.h"
|
||||
#include "imsg.h"
|
||||
|
||||
int ibuf_realloc(struct ibuf *, size_t);
|
||||
|
Reference in New Issue
Block a user