components/tmux/patches/01-param.patch
changeset 6698 0ecaee856756
equal deleted inserted replaced
6697:5eee27273099 6698:0ecaee856756
       
     1 This patch was written in-house and is intended for contribution upstream.
       
     2 
       
     3 --- tmux-2.2/osdep-sunos.c.orig	2015-04-25 13:44:57.000000000 -0700
       
     4 +++ tmux-2.2/osdep-sunos.c	2016-08-25 08:56:09.437920629 -0700
       
     5 @@ -18,6 +18,7 @@
       
     6  
       
     7  #include <sys/types.h>
       
     8  #include <sys/stat.h>
       
     9 +#include <sys/param.h>
       
    10  
       
    11  #include <event.h>
       
    12  #include <fcntl.h>