components/tmux/patches/01-param.patch
changeset 6698 0ecaee856756
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/tmux/patches/01-param.patch	Thu Aug 25 15:21:29 2016 -0700
@@ -0,0 +1,12 @@
+This patch was written in-house and is intended for contribution upstream.
+
+--- tmux-2.2/osdep-sunos.c.orig	2015-04-25 13:44:57.000000000 -0700
++++ tmux-2.2/osdep-sunos.c	2016-08-25 08:56:09.437920629 -0700
+@@ -18,6 +18,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/param.h>
+ 
+ #include <event.h>
+ #include <fcntl.h>