aboutsummaryrefslogtreecommitdiff
path: root/compat/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/setenv.c')
-rw-r--r--compat/setenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/setenv.c b/compat/setenv.c
index b16b08cf..9f9295c8 100644
--- a/compat/setenv.c
+++ b/compat/setenv.c
@@ -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)