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

Diff for /src/usr.bin/rcs/rcsnum.c between version 1.18 and 1.19

version 1.18, 2015/11/02 16:45:21 version 1.19, 2016/08/26 09:02:54
Line 26 
Line 26 
   
 #include <ctype.h>  #include <ctype.h>
 #include <err.h>  #include <err.h>
   #include <limits.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <limits.h>  #include <time.h>
   
 #include "rcs.h"  #include "rcs.h"
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19