aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--proc.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4175f5c8..b8762e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([tmux], next-3.3)
+AC_INIT([tmux], 3.2-rc5)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)
diff --git a/proc.c b/proc.c
index a1a2b36a..958a9483 100644
--- a/proc.c
+++ b/proc.c
@@ -17,7 +17,6 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/utsname.h>