mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
compat/* should not include tmux.h.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "tmux.h"
|
||||
#include "compat.h"
|
||||
|
||||
/*
|
||||
* Appends src to string dst of size siz (unlike strncat, siz is the
|
||||
|
Reference in New Issue
Block a user