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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.4 and 1.5

version 1.4, 2009/07/10 05:50:54 version 1.5, 2009/07/14 06:59:06
Line 17 
Line 17 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  
   
 #include <string.h>  #include <string.h>
   #include <time.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "tmux.h"  #include "tmux.h"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5