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

Diff for /src/usr.bin/tmux/paste.c between version 1.37 and 1.38

version 1.37, 2016/10/11 13:45:47 version 1.38, 2016/10/12 09:07:58
Line 17 
Line 17 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  
   
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <time.h>
 #include <vis.h>  #include <vis.h>
   
 #include "tmux.h"  #include "tmux.h"

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38