mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
compat/* should not include tmux.h.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "tmux.h"
|
||||
#include "compat.h"
|
||||
|
||||
int
|
||||
setenv(const char *name, const char *value, unused int overwrite)
|
||||
|
Reference in New Issue
Block a user