components/tmux/patches/errno.h.patch
branchoi_151a
changeset 353 b803ae0c274c
equal deleted inserted replaced
352:96c3a6d1158e 353:b803ae0c274c
       
     1 --- tmux-1.8/server-client.c.orig	2013-06-07 13:26:07.138580151 +0100
       
     2 +++ tmux-1.8/server-client.c	2013-06-07 13:26:30.782621611 +0100
       
     3 @@ -26,6 +26,10 @@
       
     4  #include <time.h>
       
     5  #include <unistd.h>
       
     6  
       
     7 +#ifdef __sun
       
     8 +#include <errno.h>
       
     9 +#endif
       
    10 +
       
    11  #include "tmux.h"
       
    12  
       
    13  void	server_client_check_focus(struct window_pane *);