diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 *); |