mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
compat/* should not include tmux.h.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "tmux.h"
|
||||
#include "compat.h"
|
||||
|
||||
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
|
||||
#define isvisible(c,flag) \
|
||||
|
Reference in New Issue
Block a user