aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 0a677a38..2b2cd4a6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -21,7 +21,6 @@
#define PROTOCOL_VERSION 8
-#include <sys/param.h>
#include <sys/time.h>
#include <sys/queue.h>
#include <sys/tree.h>
@@ -29,10 +28,8 @@
#include <bitstring.h>
#include <event.h>
-#include <getopt.h>
#include <imsg.h>
#include <limits.h>
-#include <signal.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
@@ -1565,7 +1562,7 @@ extern char *cfg_file;
extern char *shell_cmd;
extern int debug_level;
extern time_t start_time;
-extern char socket_path[MAXPATHLEN];
+extern char socket_path[PATH_MAX];
extern int login_shell;
extern char *environ_path;
void logfile(const char *);