[BACK]Return to window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window.c between version 1.105 and 1.106

version 1.105, 2014/04/17 09:13:13 version 1.106, 2014/04/17 11:38:35
Line 17 
Line 17 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/ioctl.h>  
   
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <fnmatch.h>  #include <fnmatch.h>
 #include <paths.h>  
 #include <pwd.h>  
 #include <signal.h>  
 #include <stdint.h>  #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106